estructura de VIDEO_PORT_AGP_SERVICES (videoagp.h)
La estructura de VIDEO_PORT_AGP_SERVICES está obsoleta y solo se admite para la compatibilidad con versiones anteriores con los controladores existentes. En su lugar, los escritores de controladores deben usar VIDEO_PORT_AGP_INTERFACE.
La estructura de VIDEO_PORT_AGP_SERVICES describe las rutinas de servicio de AGP proporcionadas por el controlador de puerto de vídeo. Los controladores de miniport de vídeo PnP que pueden usar AGP deben llamar a VideoPortGetAgpServices para inicializar esta estructura. El controlador de puerto de vídeo inicializa toda la estructura; El controlador de minipuerto nunca debe cambiar ningún miembro.
Sintaxis
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;
Miembros
AgpReservePhysical
AgpReleasePhysical
AgpCommitPhysical
AgpFreePhysical
AgpReserveVirtual
AgpReleaseVirtual
AgpCommitVirtual
AgpFreeVirtual
AllocationLimit
Requisitos
Requisito | Valor |
---|---|
Header | videoagp.h |