This document is archived and information here might be outdated. Recommended version. |
The window handle associated with the given view.
[Visual Basic .NET] Public Function get_WindowHandle ( _ ByVal pView As Object _ ) As Integer
[C#] public int get_WindowHandle ( object pView );
[C++]
HRESULT get_WindowHandle(
LPUNKNOWN pView,
OLE_HANDLE* phWnd
);
[C++]
Parameters pView [in]
pView is a parameter of type IUnknown phWnd [out, retval]
phWnd is a parameter of type OLE_HANDLE*