Platform SDK: Exchange Server |
The CommitDataProc function permanently stores extension data.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
BOOL CommitDataProc( VOID * pvExtensionData, HWND hwnd );
This function must return a value as defined in Return Values.
The CommitDataProc function is an optional Administrator extension DLL that is called by the Microsoft Exchange Server Administrator program when the Apply or OK button is pressed in a Properties dialog window. You save the extension data in the extension data attribute of the object with a call to PADMIN_SetObjectData in CommitDataProc.
For more information on this function, see Using the Configuration Functions.
ADMIN_Initialize, DeinitSheetProc, InitSheetProc, SaveDataProc