GweBypassCoredllThunk_t::BringWindowToTop_I (Windows Embedded CE 6.0)
1/6/2010
This method brings the specified window to the top of the z-order. If the window is a top-level window, it is activated. If the window is a child window, the top-level parent window associated with the child window is activated.
Syntax
static BOOL WINAPI BringWindowToTop_I(
HWND hwndThis
);
Parameters
- hwndThis
[in] Handle to the window to bring to the top of the z-order.
Return Value
Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.
Remarks
This method is an internal version of the BringWindowToTop function.
Use the GweBypassCoredllThunk_t::BringWindowToTop_I method to uncover any window that is partially or completely obscured by other windows.
Calling this function is similar to calling the GweBypassCoredllThunk_t::SetWindowPos_I method to change the position of a window in the z-order. GweBypassCoredllThunk_t::BringWindowToTop_I does not make a window a top-level window.
If an application is not in the foreground and wants to be in the foreground, the application should call the SetForegroundWindowfunction.
Requirements
Header | gwebypasscoredllthunk.hpp |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
GweBypassCoredllThunk_t
BringWindowToTop
SetForegroundWindow
GweBypassCoredllThunk_t::SetWindowPos_I