IDkmSymbolDocumentCollectionQuery Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
API implemented by symbol providers to allow the breakpoints manager and other components to query the collection of documents inside of a symbol store.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, LanguageId, SymbolProviderId, TransportKind.
public interface class IDkmSymbolDocumentCollectionQuery
public interface class IDkmSymbolDocumentCollectionQuery
__interface IDkmSymbolDocumentCollectionQuery
public interface IDkmSymbolDocumentCollectionQuery
type IDkmSymbolDocumentCollectionQuery = interface
Public Interface IDkmSymbolDocumentCollectionQuery
Methods
FindDocuments(DkmModule, DkmSourceFileId) |
Returns document objects from search parameters contained in the document query. If the symbol file does not contain a reference to this document the returned document object will be NULL (S_FALSE return code in native). The returned document objects must be explicitly closed by the caller when the caller is done with the document. |