The HrCfgUnpackData function unpacks a packed binary buffer to yield a configuration name, a number of properties, and an array of MAPI properties.
Header file: | EDKCFG.H |
Library: | EDKCFG.LIB |
Unicode: | Yes |
HRESULT HrCfgUnpackData(
ULONG cbConfigData,
LPBYTE lpbConfigData,
LPTSTR * lppszConfigName,
ULONG * lpcProps,
LPSPropValue * lppProps
);
See Return Values.
The HrEDKCfgUnpackData function creates a buffer in memory, then unpacks and copies the extension data from the directory object into the buffer.
If lppszConfigName returns NULL, there is no configuration name at the start of the buffer.
For more information on this function, see Using the Configuration Functions.
For information on the SPropValue structure, see the MAPI Programmer's Reference.
HrCfgPackData, HrOpenSiteContainer