QHTM_Initialise
BOOL WINAPI QHTM_Initialize( HINSTANCE hInst );
Initialise the QHTM library. This should be the first QHTM function called. Many of the other functions may fail if this function is not called first.
Parameters
- hInst
- The instance handle of the calling application
Return value
non-zero if it succeeds.Example
QHTM_Initialize( hInstance );
See also None