Share via


CBaseWindow::GetWindowHWND (Compact 2013)

3/26/2014

Retrieves the window handle associated with this object.

Syntax

HWND GetWindowHWND( );

Parameters

None.

Return Value

Returns a window handle.

Remarks

If called before issuing a CBaseWindow::PrepareWindow call, this member function returns NULL.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseWindow Class