Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 2.1 KB

nc-cryptxml-cryptxmldlldigestdata.md

File metadata and controls

72 lines (59 loc) · 2.1 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
NC:cryptxml.CryptXmlDllDigestData
CryptXmlDllDigestData (cryptxml.h)
Puts data into the digest.
CryptXmlDllDigestData
CryptXmlDllDigestData callback
CryptXmlDllDigestData callback function [Security]
cryptxml/CryptXmlDllDigestData
security.cryptxmldlldigestdata
security\cryptxmldlldigestdata.htm
security
b18a6e96-f5ed-4e48-af8c-4599c1864bf4
12/05/2018
CryptXmlDllDigestData, CryptXmlDllDigestData callback, CryptXmlDllDigestData callback function [Security], cryptxml/CryptXmlDllDigestData, security.cryptxmldlldigestdata
cryptxml.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
19H1
CryptXmlDllDigestData
cryptxml/CryptXmlDllDigestData
c++
APIRef
kbSyntax
UserDefined
Cryptxml.h
CryptXmlDllDigestData

-description

The CryptXmlDllDigestData function puts data into the digest.

The CryptXmlDllDigestData function is exposed through the exported CryptXmlDllGetInterface function.

-parameters

-param hDigest

The handle of the hash object used to put data into the digest. This handle is obtained by calling the CryptXmlDllCreateDigest function.

-param pbData

A pointer to a block of data to be processed.

-param cbData

The size, in bytes, of the block of data pointed to by the pbData parameter.

-returns

If the function succeeds, the function returns zero.

If the function fails, it returns an HRESULT value that indicates the error.