VIDEO_PORT_AGP_SERVICES 结构 (videoagp.h)

VIDEO_PORT_AGP_SERVICES结构 已过时 ,仅支持与现有驱动程序向后兼容。 驱动程序编写器应使用 VIDEO_PORT_AGP_INTERFACE

VIDEO_PORT_AGP_SERVICES结构描述了视频端口驱动程序提供的 AGP 服务例程。 可以使用 AGP 的 PnP 视频微型端口驱动程序应调用 VideoPortGetAgpServices 来初始化此结构。 视频端口驱动程序初始化整个结构;微型端口驱动程序不应更改任何成员。

语法

typedef struct _VIDEO_PORT_AGP_SERVICES {
  PAGP_RESERVE_PHYSICAL AgpReservePhysical;
  PAGP_RELEASE_PHYSICAL AgpReleasePhysical;
  PAGP_COMMIT_PHYSICAL  AgpCommitPhysical;
  PAGP_FREE_PHYSICAL    AgpFreePhysical;
  PAGP_RESERVE_VIRTUAL  AgpReserveVirtual;
  PAGP_RELEASE_VIRTUAL  AgpReleaseVirtual;
  PAGP_COMMIT_VIRTUAL   AgpCommitVirtual;
  PAGP_FREE_VIRTUAL     AgpFreeVirtual;
  ULONGLONG             AllocationLimit;
} VIDEO_PORT_AGP_SERVICES, *PVIDEO_PORT_AGP_SERVICES;

成员

AgpReservePhysical

AgpReleasePhysical

AgpCommitPhysical

AgpFreePhysical

AgpReserveVirtual

AgpReleaseVirtual

AgpCommitVirtual

AgpFreeVirtual

AllocationLimit

要求

要求
Header videoagp.h