The HrMAPIGetPropBinary function obtains the binary value of a property from a property tag.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrMAPIGetPropBinary(
LPMAPIPROP lpObj,
ULONG ulPropTag,
ULONG *lpcbProp,
LPVOID * lppvProp
);
See Return Values.
Use this function when the property type is PT_BINARY.
For more information on this function, see the HrMAPIGetPropBinary function in IPROP.C under the EDKMAPI code sample in the Code Samples folder.
HrMAPIGetPropBoolean, HrMAPIGetPropLong, HrMAPIGetPropString, HrMAPIGetPropSystime