Share via


GetParameterWORD (Windows Embedded CE 6.0)

1/6/2010

This function gets the next WORD value from the command.

Syntax

RTFSUPP_API BOOL GetParameterWORD(
  HPACKET hPacket,
  WORD *pwData
);

Parameters

  • hPacket
    A handle to a command packet.
  • pwData
    [in] A pointer to a WORD value.

    This is filled with the next WORD value from the command packet.

Return Value

TRUE indicates success. FALSE indicates the next value is not a WORD.

See Also

Reference

Remote Tools Framework Functions
Remote Tools Framework Reference