Share via


GetNextParameterType (Windows Embedded CE 6.0)

1/6/2010

This function gets the next data type from the command.

If there is no more data, the pType returned is DATATYPE_END.

Syntax

RTFSUPP_API BOOL GetNextParameterType(
  HPACKET hPacket,
  MANAGED_DATATYPE *pType,
  DWORD *pSize
);

Parameters

  • hPacket
    A handle to a command packet.
  • pType
    [out] The type of the next parameter.

    For more information, see MANAGED_DATATYPE.

  • pSize
    [out] The size of the next parameter in bytes.

Return Value

TRUE indicates success. FALSE indicates failure.

See Also

Reference

Remote Tools Framework Functions
Remote Tools Framework Reference