GweBypassCoredllThunk_t::GetParent_I
This method retrieves the handle to the specified parent window of a child window.
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 Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: GweBypassCoredllThunk.hpp.
See Also
GetParent | GweBypassCoredllThunk_t::SetParent_I
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.