Msg::SetTransactionId

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This virtual method can be implemented in a subclass to set the transaction ID of the current message.

Syntax

virtual void SetTransactionId(
  unsigned char Id
);

Parameters

  • Id
    [in] Specifies the transaction ID of the current message.

Return Value

None.

Remarks

This virtual method is empty. You can implement this method in a class that inherits from Msg.

Requirements

Header DBRLib.h
Library DBRLib.lib
Windows Embedded CE Windows CE 5.0, Windows Embedded NavReady 2009

See Also

Reference

Msg::GetTransactionId
Msg Class
MSN Direct Services Classes