Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
This resource represents the privilege level for a Diagnostic Data Query session.
Syntax
typedef enum tagDdqAccessLevel {
NoData = 0,
CurrentUserData = 1,
AllUserData = 2
} DdqAccessLevel;
Constants
NoDataValue: 0 No data can be accessed using this session. |
CurrentUserDataValue: 1 Only the current user's data can be accessed using this session. |
AllUserDataValue: 2 All User data can be accessed using this session. |
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 | diagnosticdataquerytypes.h |