Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 1.81 KB

nf-diagnosticdataquery-ddqgetdiagnosticrecordatindex.md

File metadata and controls

70 lines (56 loc) · 1.81 KB
UID title ms.date ms.keywords description ms.localizationpriority tech.root targetos req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords
NF:diagnosticdataquery.DdqGetDiagnosticRecordAtIndex
DdqGetDiagnosticRecordAtIndex
8/19/2019
DdqGetDiagnosticRecordAtIndex
Fetches diagnostic data record information at the specified index in the resource pointed to by the HDIAGNOSTIC_DATA_RECORD handle.
low
security
Windows
function
diagnosticdataquery.h
Windows 10, version 2004 (10.0; Build 19041)
Windows Server, version 2004 (10.0; Build 19041)
apiref
diagnosticdataquery.h
DdqGetDiagnosticRecordAtIndex
DdqGetDiagnosticRecordAtIndex
diagnosticdataquery/DdqGetDiagnosticRecordAtIndex

-description

Fetches diagnostic data record information at the specified index in the resource pointed to by the HDIAGNOSTIC_DATA_RECORD handle.

-parameters

-param hRecord

Type: HANDLE Handle to the resource that contains the list of DIAGNOSTIC_DATA_RECORD items.

-param index

Type: UINT32 Index of the record to be fetched.

-param record

Type: DIAGNOSTIC_DATA_RECORD* This output parameter is a pointer to the record at the specified index.

-returns

Type: HRESULT Returns S_OK on successful completion.

-remarks

-see-also