ISocialPerson::GetPicture

Gets an array of bytes that contains the picture resource for the person.

HRESULT _stdcall GetPicture([out, retval] SAFEARRAY(unsigned char)* picture);

Parameters

picture

[out] A pointer to a structure that specifies an array of bytes that represent the picture resource for a person.

Remarks

Supported picture resources are in .bmp, .jpeg, or .png format.

See also