[DllImportAttribute("OleAcc.dll", ExactSpelling = true)]
public static IntPtr GetProcessHandleFromHwnd(
IntPtr hwnd
)
<DllImportAttribute("OleAcc.dll", ExactSpelling := true>]
Public Shared Function GetProcessHandleFromHwnd (
hwnd As IntPtr
) As IntPtr
Dim hwnd As IntPtr
Dim returnValue As IntPtr
returnValue = OleAcc.GetProcessHandleFromHwnd(hwnd)
public:
[DllImportAttribute(L"OleAcc.dll", ExactSpelling = true)]
static IntPtr GetProcessHandleFromHwnd(
IntPtr hwnd
)
[<DllImportAttribute("OleAcc.dll", ExactSpelling = true)>]
static member GetProcessHandleFromHwnd :
hwnd : IntPtr -> IntPtr
No code example is currently available or this language may not be supported.
[Missing <param name="hwnd"/> documentation for "M:DevCase.Win32.NativeMethods.OleAcc.GetProcessHandleFromHwnd(System.IntPtr)"]