ISymUnmanagedDocument::GetCheckSum Method
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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.