DXGK_DEVICE_INFO 结构包含描述显示适配器的信息。语法C++ 复制 typedef struct _DXGK_DEVICE_INFO { PVOID MiniportDeviceContext; PDEVICE_OBJECT PhysicalDeviceObject; UNICODE_STRING DeviceRegistryPath; PCM_RESOURCE_LIST TranslatedResourceList; LARGE_INTEGER SystemMemorySize; PHYSICAL_ADDRESS HighestPhysical...
DXGK_DEVICEINFO 结构描述 Microsoft DirectX 图形内核子系统需要从显示微型端口驱动程序获取的参数。 语法 C++复制 typedefstruct_DXGK_DEVICEINFO{[out] UINT DmaBufferSize; [out] UINT DmaBufferSegmentSet; [out] UINT DmaBufferPrivateDataSize; [out] UINT AllocationListSize; [out] UINT PatchLocationListSize...
The DXGK_DEVICEINFO structure describes parameters that the Microsoft DirectX graphics kernel subsystem requires from the display miniport driver. Members [out] DmaBufferSize The size, in bytes, of the buffer of hardware commands that is sent through direct memory access (DMA) to the hardware. The...
DXGK_DEVICE_INFO結構會保存描述顯示配接器的資訊。 語法 C++ typedefstruct_DXGK_DEVICE_INFO{PVOID MiniportDeviceContext; PDEVICE_OBJECT PhysicalDeviceObject; UNICODE_STRING DeviceRegistryPath; PCM_RESOURCE_LIST TranslatedResourceList; LARGE_INTEGER SystemMemorySize; PHYSICAL_ADDRESS HighestPhysicalAddress...
DXGK_DEVICEINFO結構描述 Microsoft DirectX 圖形核心子系統從顯示迷你埠驅動程式所需的參數。 語法 C++複製 typedefstruct_DXGK_DEVICEINFO{[out] UINT DmaBufferSize; [out] UINT DmaBufferSegmentSet; [out] UINT DmaBufferPrivateDataSize; [out] UINT AllocationListSize; [out] UINT PatchLocationListSize; ...
DXGK_DEVICE_INFO結構會保存描述顯示配接器的資訊。 語法 C++ typedefstruct_DXGK_DEVICE_INFO{PVOID MiniportDeviceContext; PDEVICE_OBJECT PhysicalDeviceObject; UNICODE_STRING DeviceRegistryPath; PCM_RESOURCE_LIST TranslatedResourceList; LARGE_INTEGER SystemMemorySize; PHYSICAL_ADDRESS HighestPhysicalAddress...
DXGK_DEVICEINFO結構描述 Microsoft DirectX 圖形核心子系統從顯示迷你埠驅動程式所需的參數。 語法 C++複製 typedefstruct_DXGK_DEVICEINFO{[out] UINT DmaBufferSize; [out] UINT DmaBufferSegmentSet; [out] UINT DmaBufferPrivateDataSize; [out] UINT AllocationListSize; [out] UINT PatchLocationListSize; ...
DXGK_DEVICEINFOFLAGS 结构在位字段标志中标识有关图形设备的信息。 语法 C++复制 typedefstruct_DXGK_DEVICEINFOFLAGS{union{struct{UINT GuaranteedDmaBufferContract :1; UINT Reserved :31; }; [out] UINT Value; }; } DXGK_DEVICEINFOFLAGS; 成员
DXGK_DEVICEINFOFLAGS 結構會識別圖形裝置的相關信息,在位字段旗標中。 語法 C++複製 typedefstruct_DXGK_DEVICEINFOFLAGS{union{struct{UINT GuaranteedDmaBufferContract :1; UINT Reserved :31; }; [out] UINT Value; }; } DXGK_DEVICEINFOFLAGS; 成員 ...
The DXGK_DEVICEINFO structure describes parameters that the Microsoft DirectX graphics kernel subsystem requires from the display miniport driver. Syntax C++Copy typedefstruct_DXGK_DEVICEINFO{[out] UINT DmaBufferSize; [out] UINT DmaBufferSegmentSet; [out] UINT DmaBufferPrivateDataSize; [out] UINT ...