LoadOLEAut32

 
Microsoft DirectShow 9.0

LoadOLEAut32

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.

Requirements

**  Header:** Declared in Combase.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also