Share via


SBinary

The SBinary structure describes a property of type PT_BINARY.

Syntax

typedef struct _SBinary { 
  ULONG cb; 
  LPBYTE lpb; 
} SBinary, FAR *LPSBinary; 

Members

  • cb
    Count of bytes in lpb.
  • lpb
    Pointer to the PT_BINARY property value.

Requirements

Pocket PC: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h

See Also

MAPI StructuresMAPI Structures

Messaging

SPropValue

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.