This topic has not yet been rated - Rate this topic

IOverlay::GetWindowHandle method

The GetWindowHandle method retrieves the current window handle.

Syntax


HRESULT GetWindowHandle(
  [out]  HWND *pHwnd
);

Parameters

pHwnd [out]

Receives the window handle.

Return value

Returns S_OK if successful. If the method fails, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Strmif.h (include Dshow.h)

Library

Strmiids.lib

See also

Error and Success Codes
IOverlay Interface

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.