Freigeben über


SDREQUEST (Windows CE 5.0)

Send Feedback

This structure contains information about a service request. It is used in exchanging data with a Windows Mobile-based device.

Syntax

typedef struct SDREQUEST {  OBJTYPENAMEszObjType;  BOOLfSet;  UINTuCode;  LPBYTElpbData;  UINTcbData;} SDREQUEST, *PSDREQUEST;

Members

  • szObjType
    The object type from which the data is coming.
  • fSet
    TRUE if sending data and FALSE if getting data.
  • uCode
    The code that gets data from the device. This code must be less than the number 8.
  • lpbData
    Reference to the data.
  • cbData
    The size, in bytes, of the data.

Requirements

Pocket PC: Pocket PC 2000 and later.
Smartphone: Smartphone 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: cesync.h.

See Also

ActiveSync Structures |IReplNotify

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.