Share via


IRemoteToolCommand::GetWORD (Compact 2013)

3/26/2014

Gets a WORD array value from the command packet.

Syntax

HRESULT GetWORD([out] WORD* pwValue)

Parameters

  • pwValue
    The WORD value that you want to retrieve.

Return Value

E_INVALIDARG if pwValue 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.

See Also

Reference

IRemoteToolCommand