Partager via


PDX_GETPOLARITY fonction de rappel (dxmini.h)

La fonction de rappel DxGetPolarity retourne la polarité (paire ou impaire) du champ actuel en cours d’écriture par l’objet VPE (Video Port Extensions).

Syntaxe

PDX_GETPOLARITY PdxGetpolarity;

DWORD PdxGetpolarity(
  PVOID unnamedParam1,
  PDDGETPOLARITYININFO unnamedParam2,
  PDDGETPOLARITYOUTINFO unnamedParam3
)
{...}

Paramètres

unnamedParam1

Pointe vers l’extension de périphérique du pilote miniport.

unnamedParam2

Pointe vers une structure DDGETPOLARITYININFO qui contient l’objet VPE à partir duquel obtenir les informations de polarité.

unnamedParam3

Pointe vers une structure DDGETPOLARITYOUTINFO qui contient les informations de polarité de l’objet VPE spécifié.

Valeur retournée

DxGetPolarity retourne DX_OK si elle réussit ; sinon, elle retourne l’une des valeurs d’erreur suivantes :

Notes

Les structures DDGETPOLARITYININFO et DDGETPOLARITYOUTINFO contiennent des informations d’objet VPE.

Spécifications

   
Plateforme cible Desktop (Expérience utilisateur)
En-tête dxmini.h (include Dxmini.h)

Voir aussi

DDGETPOLARITYININFO

DDGETPOLARITYOUTINFO