SBinary

The SBinary structure contains a pointer to a property value of type PT_BINARY for use in an SPropValue81C9._8 structure containing information about a property.

Quick Info

Header file:

MAPIDEFS.H

 

typedef struct _SBinary

     ULONG      cb;

     LPBYTE     lpb;

} SBinary, FAR *LPSBinary;

 

Members

cb

Size, in bytes, of the data pointed to by the lpb member.

lpb

Pointer to the PT_BINARY property value.

 

See Also

SPropValue