Share via


AddParameterString (Windows Embedded CE 6.0)

1/6/2010

This function adds a WCHAR array (Unicode string) to the command.

The command will make a copy of the string so you can free the szData argument after calling this function.

Syntax

RTFSUPP_API void AddParameterString(
  HPACKET hPacket,
  WCHAR *szData
);

Parameters

  • hPacket
    A handle to a command packet.
  • szData
    [in] The WCHAR array (Unicode string) to add to the command packet.

Return Value

None.

See Also

Reference

Remote Tools Framework Functions
Remote Tools Framework Reference