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 |