File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 749
749
#define ID_GROUP_DISABLE 40298
750
750
#define ID_GROUP_RESET 40299
751
751
#define ID_TOOLS_SCM_PERMISSIONS 40300
752
+ #define ID_TOOLS_RDP_PERMISSIONS 40301
752
753
#define IDDYNAMIC 50000
753
754
#define IDPLUGINS 55000
754
755
Original file line number Diff line number Diff line change @@ -788,6 +788,7 @@ typedef enum _D3DDDI_QUERYREGISTRY_TYPE
788
788
D3DDDI_QUERYREGISTRY_SERVICEKEY = 0 , // HKLM\System\CurrentControlSet\Services\nvlddmkm
789
789
D3DDDI_QUERYREGISTRY_ADAPTERKEY = 1 , // HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000
790
790
D3DDDI_QUERYREGISTRY_DRIVERSTOREPATH = 2 ,
791
+ D3DDDI_QUERYREGISTRY_DRIVERIMAGEPATH = 3 , // REDSTONE5
791
792
D3DDDI_QUERYREGISTRY_MAX ,
792
793
} D3DDDI_QUERYREGISTRY_TYPE ;
793
794
@@ -848,6 +849,7 @@ typedef struct _D3DKMT_NODE_PERFDATA
848
849
_Out_ ULONG Voltage ; // Voltage of the engine in milli volts mV
849
850
_Out_ ULONG VoltageMax ; // The max voltage of the engine in milli volts while not overclocked.
850
851
_Out_ ULONG VoltageMaxOC ; // The max voltage of the engine while overclocked in milli volts.
852
+ _Out_ ULONGLONG MaxTransitionLatency ; // Max transition latency to change the frequency in 100 nanoseconds // REDSTONE5
851
853
} D3DKMT_NODE_PERFDATA ;
852
854
853
855
// Represents performance data collected per adapter on an interval basis.
You can’t perform that action at this time.
0 commit comments