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.
4/8/2010
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 |
| Windows Embedded CE | Windows CE 3.0 and later |
| Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |