Dlls |
|
|
|
|
Dlls / Binding Dll Functions As Pb Functions |
|
|
Alias |
LinkDLL function declaration names DLL function Alias |
EndLinkDll |
Close DLL Binding Block |
LinkDll |
Open DLL Binding Block |
|
|
Dlls / Load & Delete |
|
|
DeleteDLL |
Delete a DLL from memory |
GetDLLStatus |
Check if a DLL exists or not |
GetFreeDLL |
Get a free Index value of a DLL that is not in use |
LoadDLL |
Loads a DLL into memory |
LoadNewDll |
Loads a new DLL into the memory |
|
|
Dlls / Properties |
|
|
DllCallConv |
Sets the calling convention of a given DLL |
GetDllCallConv |
Retrieves the current calling convention of a given DLL |
GetDLLCallExist |
Checks if a function is present in a given DLL |
GetDLLExist |
Checks if a DLL file exists |
GetDllFileName$ |
Get the FileName$ of this Dll |
|
|
Dlls / Manual Function Calling |
|
|
CallDll |
Calls a DLL function that either returns an integer value or returns nothing |
CallDll# |
Calls a DLL function that returns a float value |
CallDll$ |
Calls a DLL function that returns a string |
|
|
Dlls / Quantity |
|
|
GetDllQuantity |
Get the Max Number of DLLs Available |
|
|