IRemoteToolCommand::GetDWORD (Compact 7)
3/12/2014
Gets a DWORD array value from the command packet.
Syntax
HRESULT GetDWORD([out] DWORD* pdwValue)
Parameters
- pdwValue
The DWORD value that you want to retrieve.
Return Value
E_INVALIDARG if pdwValue is NULL.
ERROR_INVALID_DATA if the next value in the command packet is not a DWORD.
E_FAIL if the command packet has no more data left.
S_OK if success.