OEMEscape, fonction (printoem.h)
La fonction OEMEscape récupère des informations d’un appareil qui n’est pas disponible dans une interface de pilote de périphérique indépendante de l’appareil ; la requête particulière dépend de la valeur du paramètre iEsc.
Syntaxe
ULONG OEMEscape(
SURFOBJ *pso,
ULONG iEsc,
ULONG cjIn,
[in] PVOID pvIn,
ULONG cjOut,
[out] PVOID pvOut
);
Paramètres
pso
Définit le paramètre SURFOBJpso.
iEsc
Définit le paramètre ULONGiEsc.
cjIn
Définit le paramètre ULONGcjIn.
[in] pvIn
Définit le paramètre PVOIDpvIn.
cjOut
Définit le paramètre ULONGcjOut.
[out] pvOut
Définit le paramètre PVOIDpvOut.
Valeur de retour
Retourne une valeur ULONG.
Exigences
Exigence | Valeur |
---|---|
plateforme cible | Windows |
d’en-tête | printoem.h (include Printoem.h) |