DXGK_QUERYSEGMENTIN structure (d3dkmddi.h)
The DXGK_QUERYSEGMENTIN structure describes relevant information for a memory-segment query through a call to the display miniport driver's DxgkDdiQueryAdapterInfo function.
Syntax
typedef struct _DXGK_QUERYSEGMENTIN {
PHYSICAL_ADDRESS AgpApertureBase;
LARGE_INTEGER AgpApertureSize;
DXGK_SEGMENTFLAGS AgpFlags;
} DXGK_QUERYSEGMENTIN;
Members
AgpApertureBase
[in] A PHYSICAL_ADDRESS data type (which is defined as LARGE_INTEGER) that indicates the base address of the AGP aperture.
AgpApertureSize
[in] A LARGE_INTEGER that indicates the size, in bytes, of the available AGP aperture.
AgpFlags
[in] A DXGK_SEGMENTFLAGS structure that identifies properties for the available AGP aperture in bit-field flags.
Requirements
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dkmddi.h (include D3dkmddi.h) |