QHTM_SetResources
void WINAPI QHTM_SetResources( HINSTANCE hInst, UINT uHandCursorID, UINT uNoImageBitmapID );
Change the resources QHTM uses for the 'hand' cursor and the 'no image' bitmap.
This is primarily used when static linking QHTM into your application. Without this QHTM won't know the resource HINSTANCE and IDs to use
Parameters
- hInst
- The instance handle QHTM will use to load the resources. If statically linking it will typically be your aplication.
- uHandCursorID
- The ID used for the 'hand' cursor, used when the cursor is over a hyperlink.
- uNoImageBitmapID
- The ID used for the image displayed by QHTM when an image referenced in a HTML document cannot be found.
Return value
none.Example
none
See also None