ShowPageProc

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.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

BOOL ShowPageProc(
  UINT iddAdminPage  
);
 

Parameters

iddAdminPage
Input parameter. Dialog identifier of a standard property page. The dialog identifiers are defined in ADMINEXT.H.

Return Values

See Return Values.

Remarks

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.

See Also

ADMIN_Initialize, StartPageProc