GweBypassCoredllThunk_t::GetParent_I (Windows Embedded CE 6.0)
1/6/2010
This method retrieves the handle to the specified parent window of a child window.
Syntax
static HWND WINAPI GetParent_I(
HWND hwndThis
);
Parameters
- hwndThis
[in] Handle to the window for which a parent window handle is to be retrieved.
Return Value
A handle to the parent window indicates success. NULL indicates that the window has no parent window. To get extended error information, call GetLastError.
Remarks
This method is an internal version of the GetParent function.
Requirements
Header | gwebypasscoredllthunk.hpp |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
GweBypassCoredllThunk_t
GetParent
GweBypassCoredllThunk_t::SetParent_I