INapSoHProcessor::GetAttribute 方法
注意
從 Windows 10 開始,無法使用網路存取保護平臺
根據屬性位置, INapSoHProcessor::GetAttribute 方法會擷取屬性類型和值。
語法
HRESULT GetAttribute(
[in] UINT16 attributeLocation,
[out] SoHAttributeType *type,
[out] SoHAttributeValue **value
);
參數
-
attributeLocation [in]
-
要擷取其類型和值之屬性的位置 (索引) 。 attributeLocation的值是從先前呼叫 INapSoHProcessor::FindNextAttribute傳回。
-
類型 [out]
-
SoHAttributeType結構的指標,指定屬性值中的屬性類型。
-
value [out]
-
SoHAttributeValue結構的指標,其中包含類型所定義的屬性值。
傳回值
您也可以傳回其他 COM 特定錯誤碼。
傳回碼 | 描述 |
---|---|
|
作業成功。 |
|
許可權錯誤,拒絕存取。 |
|
系統資源限制,無法執行作業。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |
標頭 |
|
Idl |
|
DLL |
|