Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.