Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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.