DXGK_VIDPNTOPOLOGY_INTERFACE structure (d3dkmddi.h)

La structure DXGK_VIDPNTOPOLOGY_INTERFACE contient des pointeurs vers des fonctions qui appartiennent à l’interface de topologie VidPn, qui est implémentée par le gestionnaire VidPN (Video Present Network). Pour plus d’informations, consultez Objets et interfaces VidPN.

Syntaxe

typedef struct _DXGK_VIDPNTOPOLOGY_INTERFACE {
  DXGKDDI_VIDPNTOPOLOGY_GETNUMPATHS               pfnGetNumPaths;
  DXGKDDI_VIDPNTOPOLOGY_GETNUMPATHSFROMSOURCE     pfnGetNumPathsFromSource;
  DXGKDDI_VIDPNTOPOLOGY_ENUMPATHTARGETSFROMSOURCE pfnEnumPathTargetsFromSource;
  DXGKDDI_VIDPNTOPOLOGY_GETPATHSOURCEFROMTARGET   pfnGetPathSourceFromTarget;
  DXGKDDI_VIDPNTOPOLOGY_ACQUIREPATHINFO           pfnAcquirePathInfo;
  DXGKDDI_VIDPNTOPOLOGY_ACQUIREFIRSTPATHINFO      pfnAcquireFirstPathInfo;
  DXGKDDI_VIDPNTOPOLOGY_ACQUIRENEXTPATHINFO       pfnAcquireNextPathInfo;
  DXGKDDI_VIDPNTOPOLOGY_UPDATEPATHSUPPORTINFO     pfnUpdatePathSupportInfo;
  DXGKDDI_VIDPNTOPOLOGY_RELEASEPATHINFO           pfnReleasePathInfo;
  DXGKDDI_VIDPNTOPOLOGY_CREATENEWPATHINFO         pfnCreateNewPathInfo;
  DXGKDDI_VIDPNTOPOLOGY_ADDPATH                   pfnAddPath;
  DXGKDDI_VIDPNTOPOLOGY_REMOVEPATH                pfnRemovePath;
} DXGK_VIDPNTOPOLOGY_INTERFACE;

Membres

pfnGetNumPaths

Pointeur vers la fonction pfnGetNumPaths .

pfnGetNumPathsFromSource

Pointeur vers la fonction pfnGetNumPathsFromSource .

pfnEnumPathTargetsFromSource

Pointeur vers la fonction pfnEnumPathTargetsFromSource .

pfnGetPathSourceFromTarget

Pointeur vers la fonction pfnGetPathSourceFromTarget .

pfnAcquirePathInfo

Pointeur vers la fonction pfnAcquirePathInfo .

pfnAcquireFirstPathInfo

Pointeur vers la fonction pfnAcquireFirstPathInfo .

pfnAcquireNextPathInfo

Pointeur vers la fonction pfnAcquireNextPathInfo .

pfnUpdatePathSupportInfo

Pointeur vers la fonction pfnUpdatePathSupportInfo .

pfnReleasePathInfo

Pointeur vers la fonction pfnReleasePathInfo .

pfnCreateNewPathInfo

Pointeur vers la fonction pfnCreateNewPathInfo .

pfnAddPath

Pointeur vers la fonction pfnAddPath .

pfnRemovePath

Pointeur vers la fonction pfnRemovePath .

Remarques

Le pilote de miniport d’affichage appelle la fonction pfnGetTopology de l’interface VidPn pour obtenir un handle vers un objet de topologie VidPN et un pointeur vers une structure DXGK_VIDPNTOPOLOGY_INTERFACE. La structure contient des pointeurs vers des fonctions que le pilote de miniport d’affichage peut appeler pour inspecter et modifier l’objet de topologie VidPN.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista
En-tête d3dkmddi.h (include D3dkmddi.h)