AddParameterBytes (Windows Embedded CE 6.0)
1/6/2010
This function adds an array of BYTES to the command.
The command will make a copy of the byte array so you can free the pData argument after calling this function.
Syntax
RTFSUPP_API void AddParameterBytes(
HPACKET hPacket,
BYTE *pData,
DWORD cbData
);
Parameters
- hPacket
A handle to a command packet.
- pData
[in] The BYTE array to add to the command packet.
- cbData
[in] The length of the BYTE array in bytes.
Return Value
None.
See Also
Reference
Remote Tools Framework Functions
Remote Tools Framework Reference