CommitDataProc

The CommitDataProc function permanently stores extension data.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

BOOL CommitDataProc(
  VOID * pvExtensionData,   
  HWND hwnd                 
);
 

Parameters

pvExtensionData
Input parameter. Points to the Administrator extension DLL-managed block of memory.
hwnd
Input parameter. Specifies the handle to the property sheet window.

Return Values

This function must return a value as defined in Return Values.

Remarks

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.

See Also

ADMIN_Initialize, DeinitSheetProc, InitSheetProc, SaveDataProc