Skip to content

Latest commit

 

History

History
85 lines (68 loc) · 3.49 KB

nf-xenroll-icenroll4-stringtobinary.md

File metadata and controls

85 lines (68 loc) · 3.49 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:xenroll.ICEnroll4.stringToBinary
ICEnroll4::stringToBinary (xenroll.h)
Converts an encoded string to a binary data BLOB. This method was first defined in the ICEnroll4 interface.
CEnroll object [Security]
stringToBinary method
ICEnroll4 interface [Security]
stringToBinary method
ICEnroll4.stringToBinary
ICEnroll4::stringToBinary
_xen_icenroll4_stringtobinary
security.icenroll4_stringtobinary
stringToBinary
stringToBinary method [Security]
stringToBinary method [Security]
CEnroll object
stringToBinary method [Security]
ICEnroll4 interface
xenroll/ICEnroll4::stringToBinary
security\icenroll4_stringtobinary.htm
security
abcc395f-f989-4098-818a-160e427b1da0
12/05/2018
CEnroll object [Security],stringToBinary method, ICEnroll4 interface [Security],stringToBinary method, ICEnroll4.stringToBinary, ICEnroll4::stringToBinary, _xen_icenroll4_stringtobinary, security.icenroll4_stringtobinary, stringToBinary, stringToBinary method [Security], stringToBinary method [Security],CEnroll object, stringToBinary method [Security],ICEnroll4 interface, xenroll/ICEnroll4::stringToBinary
xenroll.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Uuid.lib
Xenroll.dll
Windows
19H1
ICEnroll4::stringToBinary
xenroll/ICEnroll4::stringToBinary
c++
APIRef
kbSyntax
COM
Xenroll.dll
ICEnroll4.stringToBinary
CEnroll.stringToBinary

ICEnroll4::stringToBinary

-description

[This method is no longer available for use as of Windows Server 2008 and Windows Vista.]

The stringToBinary method converts an encoded string to a binary data BLOB. This method was first defined in the ICEnroll4 interface.

The stringToBinary method calls the CryptStringToBinary function.

-parameters

-param Flags [in]

A value passed to the dwFlags parameter of the CryptStringToBinary function. For valid values, see CryptStringToBinary.

-param strEncoded [in]

An encoded string to be converted to a binary data BLOB.

-param pstrBinary [out]

A pointer to a BSTR that receives the binary data. When you have finished using the BSTR, free it by calling the SysFreeString function.

-returns

C++

If the method succeeds, the method returns S_OK.

If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

VB

The return value is a string that contains the binary data.