diagnosticdataquery.h header
This header is used by Security and Identity. For more information, see:
diagnosticdataquery.h contains the following programming interfaces:
Functions
DdqCancelDiagnosticRecordOperation Cancels all outstanding Diagnostic Data Query API internal query operations for this session. This can be called from another thread to interrupt long running Query APIs. |
DdqCloseSession Closes a Diagnostic Data Query session handle. |
DdqCreateSession Creates a Diagnostic Data Query API session handle to be used to uniquely identify a Diagnostic Data Query session. |
DdqExtractDiagnosticReport Used for retrieving Windows Error Reporting reports, this API extracts cabs to destination path specified. If the error report does not contain any cabs, no work is performed. |
DdqFreeDiagnosticRecordLocaleTags Frees memory allocated for tag information referenced by HDIAGNOSTIC_EVENT_TAG_DESCRIPTION handle. |
DdqFreeDiagnosticRecordPage Frees memory allocated for the diagnostic record page referenced by HDIAGNOSTIC_RECORD handle. |
DdqFreeDiagnosticRecordProducerCategories Frees memory allocated for set of categories and the text representation of the categories referenced by HDIAGNOSTIC_EVENT_CATEGORY_DESCRIPTION handle. |
DdqFreeDiagnosticRecordProducers Frees memory allocated for the set of producers referenced by HDIAGNOSTIC_EVENT_PRODUCER_DESCRIPTION handle. |
DdqFreeDiagnosticReport Frees memory allocated for error reports referenced by HDIAGNOSTIC_REPORT_DATA handle. |
DdqGetDiagnosticDataAccessLevelAllowed Returns the highest available data access level for the API caller. This can be NoData, CurrentUserData or AllUserData. |
DdqGetDiagnosticRecordAtIndex Fetches diagnostic data record information at the specified index in the resource pointed to by the HDIAGNOSTIC_DATA_RECORD handle. |
DdqGetDiagnosticRecordBinaryDistribution Fetches binary name and associated estimated total upload of Diagnostic Data Events volume in bytes for top N noisiest binaries based on total estimated upload size, where N is the value passed in for topNBinaries. |
DdqGetDiagnosticRecordCategoryAtIndex Fetches a diagnostic record category at the specified index in the resource pointed to by the HDIAGNOSTIC_DATA_EVENT_CATEGORY_DESCRIPTION handle. |
DdqGetDiagnosticRecordCategoryCount Fetches the number (size) of diagnostic record categories in the resource pointed by the HDIAGNOSTIC_EVENT_CATEGORY_DESCRIPTION handle. |
DdqGetDiagnosticRecordCount Fetches number (size) of elements in the resource pointed to by the HDIAGNOSTIC_DATA_RECORD handle. |
DdqGetDiagnosticRecordLocaleTagAtIndex Fetches tag description at the specified index in the resource pointed to by the HDIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION handle. |
DdqGetDiagnosticRecordLocaleTagCount Fetches the number (size) of tags in the resource pointed to by the HDIAGNOSTIC_DATA_EVENT_TAG_DESCRIPTION handle. |
DdqGetDiagnosticRecordLocaleTags Fetches information for all known tags under the specified locale and provides a handle, HDIAGNOSTIC_EVENT_TAG_DESCRIPTION, to the data. An example locale would be “en-US”. An example return value is a DIAGNOSTIC_EVENT_TAG_DESCRIPTION resource that contains the following data: tag: 11, name: “Device Connectivity and Configuration” and description: “Data that describes the connections and configuration of the devices connected to the service and the network, including device identifiers (e.g IP addresses) configuration, setting and performance”. |
DdqGetDiagnosticRecordPage Fetches a page (batch) of filtered records. The filtering on records returned is performed internally using the input parameters DIAGNOSTIC_DATA_SEARCH_CRITERIA searchCriteria, pageRecordCount, offset and baseRowId. |
DdqGetDiagnosticRecordPayload Fetches the payload text for the event record specified by rowId. |
DdqGetDiagnosticRecordProducerAtIndex Fetches the description of a producer at the specified index in the resource pointed to by the HDIAGNOSTIC_EVENT_PRODUCER_DESCRIPTION handle. |
DdqGetDiagnosticRecordProducerCategories Producers and categories have a hierarchical relationship--that is, categories belong to producers. This function fetches the available Category IDs and text representation of categories for a given diagnostic Producer Name. |
DdqGetDiagnosticRecordProducerCount Fetches the number (size) of producers in the resource pointed to by the HDIAGNOSTIC_EVENT_PRODUCER_DESCRIPTION. |
DdqGetDiagnosticRecordProducers Fetches Diagnostic Data Producers available for a Diagnostic Data Query session. |
DdqGetDiagnosticRecordStats Fetches the filtered event transcript Diagnostic Data record stats. The filtering on statistics returned is performed using the input parameter, DIAGNOSTIC_DATA_SEARCH_CRITERIA filter. The record state describes how many records matching the search criteria are available, and returns parameters used for further querying of data. One of the uses of this API is to check if there have been changes since the last time data was queried for. A change in the output parameters indicate a change in state of the event transcript record state. |
DdqGetDiagnosticRecordSummary Fetches general statistics about the diagnostic data records, filterable by producer. |
DdqGetDiagnosticRecordTagDistribution Fetches Diagnostic Data Events per privacy tag event distribution statistics based on the specified producer names. |
DdqGetDiagnosticReport Fetches error reports uploaded or enqueued for upload from this PC via HDIAGNOSTIC_REPORT_DATA handle. |
DdqGetDiagnosticReportAtIndex Fetches an error report and its information at the specified index in the resource pointed to by the HDIAGNOSTIC_REPORT_DATA handle. |
DdqGetDiagnosticReportCount Fetches the number (size) of error reports in the resource pointed to by HDIAGNOSTIC_REPORT_DATA handle. |
DdqGetDiagnosticReportStoreReportCount Fetches the number (size) of reports stored in the requested store. |
DdqGetSessionAccessLevel Returns the data access level of the current Diagnostic Data Query session. |
DdqGetTranscriptConfiguration Gets event transcript configuration, such as maximum storage size and hours of data history. |
DdqIsDiagnosticRecordSampledIn Fetches the sampled-in state of the device for an event. |
DdqSetTranscriptConfiguration Sets event transcript configuration, such as maximum storage size and hours of data history. Note that setting the configuration will fail if the user is not elevated. |