DXGK_SEGMENTFLAGS結構會識別驅動程式透過呼叫其 DxgkDdiQueryAdapterInfo函式所提供的區段屬性。 語法 C++複製 typedefstruct_DXGK_SEGMENTFLAGS{union{struct{UINT Aperture :1; UINT Agp :1; UINT CpuVisible :1; UINT UseBanking :1; UINT CacheCoherent :1; UINT PitchAlignment :1; UINT PopulatedFromS...
保留DXGK_SEGMENTFLAGS2结构供系统使用。 请勿在驱动程序中使用它。 语法 ManagedCPlusPlus 复制 typedef struct _DXGK_SEGMENTFLAGS2 { union { struct { UINT Aperture :1; UINT PopulatedFromSystemMemory :1; UINT SystemMemoryReservedByBios :1; UINT CpuVisible :1; UINT Reserved :28; }; UINT Value; ...
[out] A UINT value that specifies whether the memory segment is accessible to the CPU at the address that is specified by theCpuTranslatedAddressmember of theDXGK_SEGMENTDESCRIPTORstructure that describes the memory segment. This member has no meaning for an aperture segment, including the AGP-typ...
DXGK_SEGMENTFLAGS2 保留供系统使用。 请勿在驱动程序中使用。 语法 C++ 复制 typedef struct _DXGK_SEGMENTFLAGS2 { union { struct { UINT Aperture : 1; UINT PopulatedFromSystemMemory : 1; UINT SystemMemoryReservedByBios : 1; UINT CpuVisible : 1; UINT Reserved : 28; }; UINT Value; }; } ...
键入语言名称或区域设置代码,筛选语言列表。 查找语言 Bahasa Indonesia Bahasa Melayu Bosanski Català Čeština Dansk Deutsch (Österreich) Deutsch (Schweiz) Deutsch Eesti English (Australia) English (Canada) English (India) English (Ireland) English (Malaysia)...
DXGK_SEGMENTFLAGS 結構會識別驅動程式透過呼叫其DxgkDdiQueryAdapterInfo 函式所提供的區段屬性。 語法 C++ 複製 typedef struct _DXGK_SEGMENTFLAGS { union { struct { UINT Aperture : 1; UINT Agp : 1; UINT CpuVisible : 1; UINT UseBanking : 1; UINT CacheCoherent : 1; UINT PitchAlignment...