DXGKDDI_VIDPNTOPOLOGY_GETNUMPATHS fonction de rappel (d3dkmddi.h)
La fonction pfnGetNumPaths retourne le nombre de chemins d’accès vidéo présents dans une topologie VidPN spécifiée.
Syntaxe
DXGKDDI_VIDPNTOPOLOGY_GETNUMPATHS DxgkddiVidpntopologyGetnumpaths;
NTSTATUS DxgkddiVidpntopologyGetnumpaths(
[in] IN_CONST_D3DKMDT_HVIDPNTOPOLOGY hVidPnTopology,
[out] OUT_PSIZE_T pNumPaths
)
{...}
Paramètres
[in] hVidPnTopology
Handle pour un objet de topologie VidPN. Le pilote de miniport d’affichage a précédemment obtenu ce handle en appelant la fonction pfnGetTopology de l’interface DXGK_VIDPN_INTERFACE .
[out] pNumPaths
Pointeur vers une variable de type SIZE_T qui reçoit le nombre de chemins.
Valeur retournée
La fonction pfnGetNumPaths retourne l’une des valeurs suivantes :
Code de retour | Description |
---|---|
STATUS_SUCCESS | La fonction a réussi. |
STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY | Le handle fourni dans hVidPnTopology n’était pas valide. |
Remarques
Le type de données D3DKMDT_HVIDPNTOPOLOGY est défini dans D3dkmdt.h.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista |
Plateforme cible | Desktop (Expérience utilisateur) |
En-tête | d3dkmddi.h (include D3dkmddi.h) |
IRQL | PASSIVE_LEVEL |