Platform SDK: MAPI |
The GetInstance function copies one value within a multivalued property to a single-valued property of the same type.
Note This function may not be supported in future versions of MAPI.
Header file: | MAPIUTIL.H |
Implemented by: | MAPI |
Called by: | Client applications and service providers |
VOID GetInstance( LPSPropValue pvalMv, LPSPropValue pvalSv, ULONG uliInst );
If the value copied is too large for the allocated memory, the GetInstance function only copies pointers rather than allocating new memory.