Platform SDK: Exchange Server |
The PADMIN_GetObjectData Administrator extension function obtains the directory object's extension data.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
RC PADMIN_GetObjectData( HWNDPARENT hwndParent, LPWSTR wszBlobName, BYTE * pb, UINT cb );
See Return Values.
Use PADMIN_GetObjectData in the Administrator extension DLL to obtain a directory object's extension data. The Administrator extension DLL must have already obtained the size of the directory object's extension data area using PADMIN_GetObjectDataSize, and allocated enough memory to receive the directory object's extension data.
For more information on this function, see Using Administrator Extension Functions (Called by Extension DLL).
ADMIN_Initialize, PADMIN_GetObjectDataSize, PADMIN_SetObjectData