Matrix1 Utility Plug-ins

LOAD DLL


Syntax

Dll Handle = LOAD DLL ( Dll Filename )

Description

This function loads the specified DLL. If the DLL is loaded successfully this function will return a handle that can be used to get function pointers for functions within the DLL. If not, it will return 0.

Attempts to load the same DLL multiple times will result in the same handle being passed back to your program, but will increase the LOAD COUNT() for that DLL.

Go back to ...

Matrix1Util_20 Commands Menu
Matrix1 Utils Main Index
Matrix1 Utils Command List
Commands Menu
Main Menu

Copyright © Ian Mold - Matrix1 Software 2006 - 2011