Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the checksum.
Syntax
HRESULT GetCheckSum(
[in] ULONG32 cData,
[out] ULONG32 *pcData,
[out, size_is(cData), length_is(*pcData)] BYTE data[]);
Parameters
cData
[in] The length of the buffer provided by the data
parameter
pcData
[out] The size and length of the checksum, in bytes.
data
[out] The buffer that receives the checksum.
Return Value
S_OK if the method succeeds; otherwise, an error code.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.