Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.