IDiaSourceFile::get_checksumType
Retrieves the checksum type.
Syntax
HRESULT get_checksumType (
DWORD* pRetVal
);
Parameters
pRetVal
[out] Returns the checksum type as a value from CV_SourceChksum_t
.
Return Value
If successful, returns S_OK
; otherwise, returns an error code.
Remarks
To obtain the actual checksum bytes for the source file, call the IDiaSourceFile::get_checksum method.