AddParameterDWORD (Windows Embedded CE 6.0)
1/6/2010
This function adds a DWORD value to the command packet.
Syntax
RTFSUPP_API void AddParameterDWORD(
HPACKET hPacket,
DWORD dwData
);
Parameters
- hPacket
A handle to a command packet.
- dwData
[in] The DWORD value to add to the command packet.
Return Value
None.
See Also
Reference
Remote Tools Framework Functions
Remote Tools Framework Reference