DeinstallExtensionProc

The DeinstallExtensionProc function deletes a directory object.

Quick Info

Header file: ADMINEXT.H
Library: ADMINEXT.LIB

BOOL (* DeinstallExtensionProc)(
  ADMIN_ObjectInfo * poi  
);
 

Parameters

poi
Input parameter. Points to an ADMIN_ObjectInfo structure containing the directory object that is being deleted.

Return Values

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

Remarks

The DeinstallExtensionProc function is a mandatory Administrator extension DLL. It is called by the Microsoft Exchange Server Administrator program, which then calls DeinitSheetProc to release any resources it holds by calling the MAPI_FreeBuffer function.

For information about MAPI_FreeBuffer, see the MAPI Programmer's Reference.

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

See Also

ADMIN_Initialize, CommitDataProc, InstallExtensionProc, SaveDataProc