Microsoft DirectX 9.0 |
The LoadOLEAut32 function loads the Automation dynamic-link library (OleAut32.dll).
Syntax
HINSTANCE LoadOLEAut32(void);
Return Value
Returns a handle to an Automation DLL instance.
Remarks
When the CBaseObject destructor destroys the object that loaded OleAut32.dll, it will unload the library if it is still loaded.
See Also