The DeinstallExtensionProc function deletes a directory object.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
BOOL (* DeinstallExtensionProc)(
ADMIN_ObjectInfo * poi
);
This function must return a value as defined in Return Values.
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.
ADMIN_Initialize, CommitDataProc, InstallExtensionProc, SaveDataProc