IXRWin32Control::GetHandle (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRWin32Control
IXRWin32Control::SetHandle