CreateCommand (Windows Embedded CE 6.0)
1/6/2010
This function creates a command packet you can use to push data to the desktop.
Syntax
RTFSUPP_API HRESULT CreateCommand(
HPACKET *pHPacket
);
Parameters
pHPacket
[out] A pointer to a handle to a command packet.To free this pointer, call FreeCommand.
Return Value
S_OK indicates success.
See Also
Reference
Remote Tools Framework Functions
Remote Tools Framework Reference