Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets event transcript configuration, such as maximum storage size hours of data history to keep.
Syntax
HRESULT DdqGetTranscriptConfiguration(
HDIAGNOSTIC_DATA_QUERY_SESSION hSession,
DIAGNOSTIC_DATA_EVENT_TRANSCRIPT_CONFIGURATION *currentConfig
);
Parameters
hSession
Type: HANDLE Handle to the Diagnostic Data Query session.
currentConfig
Type: DIAGNOSTIC_DATA_EVENT_TRANSCRIPT_CONFIGURATION* This output parameter is a pointer to the resource that contains the event transcript configuration details.
Return value
Type: HRESULT Returns S_OK on successful completion.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 (10.0; Build 19041) |
Minimum supported server | Windows Server, version 2004 (10.0; Build 19041) |
Header | diagnosticdataquery.h |