estrutura VIDEO_PORT_AGP_SERVICES (videoagp.h)
A estrutura VIDEO_PORT_AGP_SERVICES é obsoleta e tem suporte apenas para compatibilidade com versões anteriores com drivers existentes. Em seu lugar, os gravadores de driver devem usar VIDEO_PORT_AGP_INTERFACE.
A estrutura VIDEO_PORT_AGP_SERVICES descreve as rotinas de serviço do AGP fornecidas pelo driver de porta de vídeo. Os drivers de miniporto de vídeo PnP que podem usar o AGP devem chamar VideoPortGetAgpServices para inicializar essa estrutura. O driver de porta de vídeo inicializa toda a estrutura; o driver de miniporta nunca deve alterar nenhum membro.
Sintaxe
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;
Membros
AgpReservePhysical
AgpReleasePhysical
AgpCommitPhysical
AgpFreePhysical
AgpReserveVirtual
AgpReleaseVirtual
AgpCommitVirtual
AgpFreeVirtual
AllocationLimit
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | videoagp.h |