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 |