IRemoteToolCommand::SetDWORDModifiable (Compact 7)
3/12/2014
Adds a DWORD value to a command packet and makes it randomly accessible so you can modify the value later with IRemoteToolCommand::ModifyDWORD.
Note
This method is not supported yet.
Syntax
HRESULT SetDWORDModifiable([in] DWORD dwValue, [out] DWORD *dwHandle)
Parameters
- dwValue
The DWORD to add to the command packet.
- dwHandle
The handle to the DWORD. Use this in subsequent calls to IRemoteToolCommand::ModifyDWORD.
Property Value/Return Value
S_OK if success.
Once fully implemented, this method will return E_FAIL if dwValue is NULL.