Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Creates a Diagnostic Data Query API session handle to be used to uniquely identify a Diagnostic Data Query session.
Syntax
HRESULT DdqCreateSession(
DdqAccessLevel accessLevel,
HDIAGNOSTIC_DATA_QUERY_SESSION *hSession
);
Parameters
accessLevel
Type: DdqAccessLevel The access level desired for this session.
hSession
Type: HANDLE This output parameter is a handle to the created Diagnostic Data Query session.
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 |
| Library | DiagnosticDataQuery.Lib |