GetMainVirtWindowById -> GetHostedById

This commit is contained in:
Vincent Wei
2020-02-25 08:21:25 +08:00
parent 2cbf9b25c9
commit 76cd3d6f27
2 changed files with 3 additions and 3 deletions

View File

@@ -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);
/**