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 |