IXRWin32Control::GetHandle (Compact 2013)
3/28/2014
This method retrieves the handle to this IXRWin32Control object.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetHandle(
HWND *pHandle
) = 0;
Parameters
- pHandle
[out] Handle to this window control.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
To associate the window handle of a window control with this IXRWin32Control object, call IXRWin32Control::SetHandle.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |