|
OpenLibrary |
Accueil Précédent Suivant |
C/C++ declaration
extern long __stdcall OpenLibrary(long CallerHndl);
Pascal declaration
function OpenLibrary(CallerHndl: LongInt): Integer; stdcall;
Open the NDK DLL, and look for the token if necessary. Must be called before any other call.
IN → CallerHndl : Calling window handle, or 0.
Return → License level or error code..