The PADMIN_GetObjectDataSize Administrator extension function determines how much memory to allocate for the directory object's extension data.
Header file: | ADMINEXT.H |
Library: | ADMINEXT.LIB |
RC PADMIN_GetObjectDataSize(
HWNDPARENT hwndParent,
LPWSTR wszBlobName,
UINT * pcb
);
See Return Values.
Use PADMIN_GetObjectDataSize in the Administrator extension DLL to obtain the size of the directory object's extension data area. The Administrator extension DLL must allocate enough memory to hold the extension data before obtaining the extension data with a call to the PADMIN_GetObjectData function.
For more information on this function, see Using Administrator Extension Functions (Called by Extension DLL).
ADMIN_Initialize, PADMIN_GetObjectData, PADMIN_SetObjectData