Partager via


GetParameterString (Windows Embedded CE 6.0)

1/6/2010

This function gets the next WCHAR array (Unicode string) value from the command.

GetParameterString will allocate the string for you. You must call FreeString when you are done with the data.

Syntax

RTFSUPP_API BOOL GetParameterString(
  HPACKET hPacket,
  WCHAR **pszData
);

Parameters

  • hPacket
    A handle to a command packet.
  • pszData
    [out] A pointer to a WCHAR array (Unicode string).

    This is filled with the next WCHAR array value from the command packet.

Return Value

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

See Also

Reference

Remote Tools Framework Functions
Remote Tools Framework Reference