IOleInPlaceSiteWindowless.GetWindow(IntPtr) Method

Definition

Gets a window handle.

public:
 void GetWindow([Runtime::InteropServices::Out] IntPtr % phwnd);
public void GetWindow (out IntPtr phwnd);
abstract member GetWindow : nativeint -> unit
Public Sub GetWindow (ByRef phwnd As IntPtr)

Parameters

phwnd
IntPtr

nativeint

[out] Pointer to where to return the window handle.

Implements

Applies to