VIDEO_PORT_AGP_SERVICES struttura (videoagp.h)
La struttura VIDEO_PORT_AGP_SERVICES è obsoleta ed è supportata solo per la compatibilità con le versioni precedenti con i driver esistenti. Al suo posto, i writer di driver devono usare VIDEO_PORT_AGP_INTERFACE.
La struttura VIDEO_PORT_AGP_SERVICES descrive le routine di servizio AGP fornite dal driver della porta video. I driver video miniport PnP che possono usare AGP devono chiamare VideoPortGetAgpServices per inizializzare questa struttura. Il driver della porta video inizializza l'intera struttura; il driver miniport non dovrebbe mai modificare alcun membro.
Sintassi
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;
Members
AgpReservePhysical
AgpReleasePhysical
AgpCommitPhysical
AgpFreePhysical
AgpReserveVirtual
AgpReleaseVirtual
AgpCommitVirtual
AgpFreeVirtual
AllocationLimit
Requisiti
Requisito | Valore |
---|---|
Intestazione | videoagp.h |