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.
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 |