Share via


WTP_TRANSACTION_CLASS_TYPE

The WTP_TRANSACTION_CLASS_TYPE enumeration is used for identifying transaction class types that are used in the WTP_INVOKE structure. Transaction classes are not negotiable and identify the transaction service.

enum WTP_TRANSACTION_CLASS_TYPE {
  WTP_TRANSACTION_CLASS_TYPE_0 = 1,
  WTP_TRANSACTION_CLASS_TYPE_1,
  WTP_TRANSACTION_CLASS_TYPE_2,
};

Enumerators

  • WTP_TRANSACTION_CLASS_TYPE_0
    Unreliable datagram transaction that does not require response data. This type of transaction cannot be stopped.
  • WTP_TRANSACTION_CLASS_TYPE_1
    Reliable transaction that does not require response data. This type of transaction can be stopped at any time.
  • WTP_TRANSACTION_CLASS_TYPE_2
    Reliable transaction with reliable response data. This type of transaction can be stopped at any time.

Requirements

Pocket PC Platforms: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: wap.h
Library: wap.lib

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.