DeinitSheetProc

The DeinitSheetProc function releases the memory for a property sheet dialog window.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

VOID DeinitSheetProc(
  VOID * pvExtensionData  
);
 

Parameters

pvExtensionData
Input parameter. Points to the Administrator extension DLL-managed block of memory to release.

Return Values

None.

Remarks

The DeinitSheetProc function is a mandatory Administrator extension DLL. It is called by the Microsoft Exchange Server Administrator program when a property sheet dialog window is about to be dismissed.

For more information on this function, see Using the Configuration Functions.

See Also

ADMIN_Initialize, CommitDataProc, InitSheetProc, SaveDataProc