Partager via


structure DXAPI_INTERFACE (dxmini.h)

La structure DXAPI_INTERFACE contient les fonctions de rappel d’interface qu’un pilote miniport vidéo implémente pour prendre en charge Kernel-Modede transport vidéo.

Syntaxe

typedef struct _DXAPI_INTERFACE {
  USHORT                  Size;
  USHORT                  Version;
  PVOID                   Context;
  PVOID                   InterfaceReference;
  PVOID                   InterfaceDereference;
  PDX_GETIRQINFO          DxGetIrqInfo;
  PDX_ENABLEIRQ           DxEnableIrq;
  PDX_SKIPNEXTFIELD       DxSkipNextField;
  PDX_BOBNEXTFIELD        DxBobNextField;
  PDX_SETSTATE            DxSetState;
  PDX_LOCK                DxLock;
  PDX_FLIPOVERLAY         DxFlipOverlay;
  PDX_FLIPVIDEOPORT       DxFlipVideoPort;
  PDX_GETPOLARITY         DxGetPolarity;
  PDX_GETCURRENTAUTOFLIP  DxGetCurrentAutoflip;
  PDX_GETPREVIOUSAUTOFLIP DxGetPreviousAutoflip;
  PDX_TRANSFER            DxTransfer;
  PDX_GETTRANSFERSTATUS   DxGetTransferStatus;
} DXAPI_INTERFACE, *PDXAPI_INTERFACE;

Membres

Size

Spécifie la taille en octets de cette structure DXAPI_INTERFACE.

Version

Spécifie la version de l’interface DxApi du pilote miniport vidéo. Cette valeur est DXAPI_HALVERSION définie dans dxmini.h.

Context

Pointe vers l’extension de l’appareil.

InterfaceReference

Inutilisé par le pilote.

InterfaceDereference

Inutilisé par le pilote.

DxGetIrqInfo

Pointe vers la fonction de rappel du pilote fournie DxGetIRQInfo fonction de rappel du pilote miniport.

DxEnableIrq

Pointe vers la fonction de rappel du pilote fournie DxEnableIRQ fonction de rappel du pilote miniport.

DxSkipNextField

Pointe vers la fonction de rappel du pilote fournie DxSkipNextField fonction de rappel du pilote miniport.

DxBobNextField

Pointe vers la fonction de rappel du pilote fournie DxBobNextField fonction de rappel de pilote miniport.

DxSetState

Pointe vers la fonction de rappel de pilote fournie DxSetState miniport.

DxLock

Pointe vers la fonction de rappel du pilote fournie DxLock miniport.

DxFlipOverlay

Pointe vers la fonction de rappel du pilote fournie DxFlipOverlay fonction de rappel du pilote miniport.

DxFlipVideoPort

Pointe vers la fonction de rappel de pilote fournie DxFlipVideoPort miniport.

DxGetPolarity

Pointe vers la fonction de rappel de pilote fournie DxGetPolarity fonction de rappel du pilote miniport.

DxGetCurrentAutoflip

Pointe vers la fonction de rappel de pilote fournie DxGetCurrentAutoflip fonction de rappel du pilote miniport.

DxGetPreviousAutoflip

Pointe vers la fonction de rappel de pilote fournie DxGetPreviousAutoflip fonction de rappel de pilote miniport.

DxTransfer

Pointe vers la fonction de rappel du pilote fournie DxTransfer miniport.

DxGetTransferStatus

Pointe vers la fonction de rappel du pilote fournie DxGetTransferStatus fonction de rappel du pilote miniport.

Exigences

Exigence Valeur
d’en-tête dxmini.h (include Dxmini.h)

Voir aussi

DxApi