The SaveDataProc function saves the extension data to memory. Optional Administrator extension DLL function.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
BOOL SaveDataProc(
VOID * pvExtensionData,
HWNDPARENT hwndParent
);
See Return Values.
The Microsoft Exchange Server Administrator program calls the SaveDataProc function when the user changes a property page, clicks the OK button, or clicks the Apply button.
If the user clicks OK, the Administrator program calls SaveDataProc for each property page so the DLL can validate and save into memory the data managed by the property sheet dialog. The Administrator program then calls CommitDataProc, which should save the data in memory and place it in permanent storage.
ADMIN_Initialize, PADMIN_AddService