Partager via


GetParameterBytes (Windows Embedded CE 6.0)

1/6/2010

This function gets the next value from the command.

You need to allocate the BYTE array to hold cbData bytes before calling GetParameterBytes. If you do not know the size, call GetNextParameterType first.

Syntax

RTFSUPP_API BOOL GetParameterBytes(
  HPACKET hPacket,
  BYTE *pData,
  DWORD cbData
);

Parameters

  • hPacket
    [in] A handle to a command packet.
  • pData
    [out] A pointer to a BYTE array of at least cbData bytes.
  • cbData
    [in] The size of the BYTE array pData in bytes.

Return Value

TRUE indicates success. FALSE indicates the next value is not a BYTE array.

See Also

Reference

Remote Tools Framework Functions
Remote Tools Framework Reference