CBaseWindow::DoCreateWindow
Microsoft DirectShow 9.0 |
CBaseWindow::DoCreateWindow
The DoCreateWindow method creates the window.
Syntax
HRESULT DoCreateWindow(void);
Return Value
Returns S_OK if successful, or an HRESULT value indicating the cause of the failure.
Remarks
The CBaseWindow::PrepareWindow method calls this method.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also