Share via


COMMAND_MESSAGE_DATA (Windows Embedded CE 6.0)

1/6/2010

This structure contains message data passed in the command handler callback function.

Syntax

struct COMMAND_MESSAGE_DATA {
  DWORD dwCommand;
  HPACKET hPacketIn;
  HPACKET hPacketOut;
};

Members

  • dwCommand
    The command ID.
  • hPacketIn
    Handle to the inbound command packet.
  • hPacketOut
    Handle to the outbound command packet.

See Also

Reference

Remote Tools Framework Structures
Remote Tools Framework Reference