Platform SDK: Exchange Server |
The SInitPropValue structure contains a property tag and its value. Use this structure to initialize a property value array.
Header file: | EXADMIN.H |
typedef struct { ULONG ulPropTag; ULONG dwAlignPad; LONGLONG ll; } SInitPropValue, * LPSInitPropValue;
Except for the ll member, this structure is identical to the SPropValue structure.
For an example of how to use this structure, see the HrProcessNew function call in the COMMANDS.C code sample under the SMBAGENT topic. For information on SPropValue, see the MAPI Programmer's Reference.