The HrCfgPackData function packs a configuration name and a set of MAPI properties into a binary buffer suitable to be saved in the directory information tree for the gateway or other object.
Header file: | EDKCFG.H |
Library: | EDKCFG.LIB |
Unicode: | Yes |
HRESULT HrCfgPackData(
LPTSTR lpszConfigName,
ULONG cProps,
LPSPropValue lpProps,
ULONG * lpcbConfigData,
LPBYTE * lppbConfigData
);
See Return Values.
For information on the SPropValue structure, see the MAPI Programmer's Reference.
For more information on the HrCfgPackData function, see Using the Configuration Functions.