IRsUIControlBase Interface Reference
Inherits
IRsObject.
Inherited by IRsUIControl.
List of all members.
|
Public Member Functions |
| HRESULT | GetHandle ([out, retval] HWND *hWnd) |
Detailed Description
The
IRsUIControlBase interface provides methods for UI base control.
Member Function Documentation
| HRESULT IRsUIControlBase::GetHandle |
( |
[out, retval] HWND * |
hWnd |
) |
|
Get handle of the Windows window attached to this UI control.
- Returns:
- hWnd [out,retval] Pointer to a variable of type HWND, filled with window handle.