Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
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 |