ICertEncodeBitString::Encode 方法 (certenc.h)
Encode 方法會在指定的位字串上執行抽象語法表示法一 (ASN.1) 編碼。
語法
HRESULT Encode(
[in] LONG BitCount,
[in] BSTR strBitString,
[out] BSTR *pstrBinary
);
參數
[in] BitCount
strBitString 中的位數。
[in] strBitString
要編碼的位字串。
[out] pstrBinary
BSTR 的指標,其中包含編碼的位字串。 當您完成使用此 BSTR 時,請呼叫 SysFreeString 函式以釋放 pbstrBinary。
傳回值
C++
如果方法成功,方法會傳回S_OK。如果方法失敗,它會傳回指出錯誤的 HRESULT 值。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值。
VB
傳回值是 ASN.1 編碼的位字串。規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | certenc.h (包含 Certsrv.h) |
程式庫 | Certidl.lib |
Dll | Certenc.dll |