ShowPageProc (optional Administrator extension DLL function) is called by the Microsoft Exchange Server Administrator program to identify whether it can display one of the standard property pages for this object.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
BOOL ShowPageProc(
UINT iddAdminPage
);
See Return Values.
The Administrator program calls ShowPageProc for each standard property page, passing the dialog identifier of the page.
If this function is not provided by the Administrator extension DLL, the Administrator program displays all of the standard property pages.
For more information on this function, see Inhibiting Standard Property Pages.
ADMIN_Initialize, StartPageProc