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
規格需求
需求 | 值 |
---|---|
標頭 | videoagp.h |