IOleInPlaceSiteWindowless.GetWindow(IntPtr) 方法

定义

获取窗口句柄。

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)

参数

phwnd
IntPtr

nativeint

弄一个指针,指向要返回窗口句柄的位置。

实现

适用于