CBaseWindow::m_hInstance
Microsoft DirectShow 9.0 |
CBaseWindow::m_hInstance
Handle to the module instance.
Syntax
HINSTANCE m_hInstance;
Remarks
The DLL entry point function sets a global variable with a handle to the module instance. The CBaseWindow class stores this handle in its constructor method.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also