Platform SDK: Exchange Server |
StartPageProc (optional Administrator extension DLL function) is called by the Microsoft Exchange Server Administrator program to determine which property page to display when it opens an object's property sheet.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
INT StartPageProc( VOID );
The Administrator program calls StartPageProc to determine which property page to display when the property sheet opens.
If the StartPageProc function is not supplied, the Administrator program decides which property page to display first.
For more information on this function, see Using Administrator Extension Functions (Called by Administrator Program).