Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.35 KB

idebugdocumentchecksum2.md

File metadata and controls

38 lines (29 loc) · 1.35 KB
description title ms.date ms.topic helpviewer_keywords author ms.author manager ms.subservice
Represents a checksum for a debug document and enables passing the checksum between components.
IDebugDocumentChecksum2
11/04/2016
reference
IDebugDocumentChecksum2 interface
maiak
maiak
mijacobs
debug-diagnostics

IDebugDocumentChecksum2

Represents a checksum for a debug document and enables passing the checksum between components.

Syntax

IDebugDocumentChecksum2 : IUnknown

Notes for Implementers

This interface can be implemented by any component that exposes the IDebugDocumentContext2 interface. However, it is principally implemented by debug engines so that the checksum embedded in a symbol file (*.pdb) can be passed back to the IDE and used when finding a source.

Methods

The following table shows the methods of IDebugDocumentChecksum2.

Method Description
GetChecksumAndAlgorithmId Retrieves the document checksum and algorithm identifier given the maximum number of bytes to use.

Requirements

Header: Msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll