Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/12/2014
The SBinary structure describes a property of type PT_BINARY.
Syntax
struct {
ULONG cb;
LPBYTE lpb;
} SBinary, FAR *LPSBinary;
Members
- cb
Count of bytes in lpb.
- lpb
Pointer to the PT_BINARY property value.
Requirements
Header |
mapidefs.h |