FreeString (Windows Embedded CE 6.0)
1/6/2010
This function frees a string allocated by GetParameterString.
Syntax
RTFSUPP_API void FreeString(
HPACKET hPacket,
WCHAR *pszData
);
Parameters
- hPacket
A handle to a command packet.
pszData
[in] The WCHAR array (Unicode string) allocated by GetParameterString.After calling this function, the pointer will be invalid.
Return Value
None.
See Also
Reference
Remote Tools Framework Functions
Remote Tools Framework Reference