GweBypassCoredllThunk_t::GetParent_I (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.