IRsUIWinCtrl Interface Reference
Inherits IUnknown.
List of all members.
|
Public Member Functions |
| HRESULT | Create ([in] HWND hWndParent,[in] RECT *pRect,[in] DWORD dwStyle,[in] DWORD dwExStyle) |
Detailed Description
The
IRsUIWinCtrl interface provides access to window control.
Member Function Documentation
| HRESULT IRsUIWinCtrl::Create |
( |
[in] HWND |
hWndParent, |
|
|
[in] RECT * |
pRect, |
|
|
[in] DWORD |
dwStyle, |
|
|
[in] DWORD |
dwExStyle | |
|
) |
| | |
Create control.
- Parameters:
-
| hWndParent | [in] The handle to the parent or owner window. |
| pRect | [in] A RECT structure specifying the position of the window.
- The RECT can be passed by pointer or by reference.
|
| dwStyle | [in] The extended window style.
- This value is combined with the style provided by the traits class for the window.
- The default value gives the traits class full control over the style.
- For a list of possible values, see CWindowImpl create method in the ATL SDK.
|
| dwExStyle | [in] The extended window style.
- This value is combined with the style provided by the traits class for the window.
- The default value gives the traits class full control over the style.
- For a list of possible values, see CWindowImpl create method in the ATL SDK.
|