Partager via


Fonction OEMPlgBlt (printoem.h)

La fonction OEMPlgBlt fournit des fonctionnalités de transfert de blocs de bits entre des combinaisons de surfaces gérées par l’appareil et gérées par GDI.

Syntaxe

BOOL OEMPlgBlt(
  SURFOBJ         *psoDst,
  SURFOBJ         *psoSrc,
  SURFOBJ         *psoMask,
  CLIPOBJ         *pco,
  XLATEOBJ        *pxlo,
  COLORADJUSTMENT *pca,
  POINTL          *pptlBrushOrg,
  POINTFIX        *pptfixDest,
  RECTL           *prclSrc,
  POINTL          *pptlMask,
  ULONG           iMode
);

Paramètres

psoDst

Définit le paramètre SURFOBJpsoDst.

psoSrc

Définit le paramètre SURFOBJpsoSrc.

psoMask

Définit le paramètre SURFOBJpsoMask.

pco

Définit le paramètre CLIPOBJpco.

pxlo

Définit le paramètre XLATEOBJpxlo.

pca

Définit le paramètre COLORADJUSTMENTpca.

pptlBrushOrg

Définit le paramètre POINTLpptlBrushOrg.

pptfixDest

Définit le paramètre POINTFIXpptfixDest.

prclSrc

Définit le paramètre RECTLprclSrc.

pptlMask

Définit le paramètre POINTLpptlMask.

iMode

Définit le paramètre ULONGiMode.

Valeur retournée

Retourne une valeur BOOL .

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête printoem.h (inclure Printoem.h)