Platform SDK: Exchange Server

StartPageProc

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.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

INT StartPageProc(
  VOID  
);
 

Return Values

-1
Display the first standard property page.
i
Display property page [i], from the array of property pages returned by InitSheetProc.

Remarks

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).

See Also

ADMIN_Initialize, InitSheetProc, ShowPageProc