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.
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.