mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
GetMainVirtWindowById -> GetHostedById
This commit is contained in:
@@ -8224,7 +8224,7 @@ MG_EXPORT HWND GUIAPI GetNextMainWindow (HWND hMainWnd);
|
||||
#define WIN_SEARCH_FILTER_VIRT 0x0001
|
||||
|
||||
/**
|
||||
* \fn HWND GUIAPI GetMainVirtWindowById (HWND hHosting,
|
||||
* \fn HWND GUIAPI GetHostedById (HWND hHosting,
|
||||
* LINT lId, DWORD dwSearchFflags)
|
||||
* \brief Retrieve the main window or virtual window by identifier.
|
||||
*
|
||||
@@ -8258,7 +8258,7 @@ MG_EXPORT HWND GUIAPI GetNextMainWindow (HWND hMainWnd);
|
||||
*
|
||||
* \sa GetRootWindow, GetHosting, GetFirstHosted, GetNextHosted
|
||||
*/
|
||||
MG_EXPORT HWND GUIAPI GetMainVirtWindowById (HWND hHosting,
|
||||
MG_EXPORT HWND GUIAPI GetHostedById (HWND hHosting,
|
||||
LINT lId, DWORD dwSearchFlags);
|
||||
|
||||
/**
|
||||
|
||||
@@ -3079,7 +3079,7 @@ static PMAINWIN search_win_tree_bfs (struct _search_context *ctxt)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
HWND GUIAPI GetMainVirtWindowById (HWND hHosting,
|
||||
HWND GUIAPI GetHostedById (HWND hHosting,
|
||||
LINT lId, DWORD dwSearchFlags)
|
||||
{
|
||||
MSGQUEUE* pMsgQueue;
|
||||
|
||||
Reference in New Issue
Block a user