// printoem.h
PFN_DrvXMoveTo PfnDrvxmoveto;
INT PfnDrvxmoveto(
PDEVOBJ pdevobj,
INT x,
DWORD dwFlags
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The DrvXMoveTo function is obsolete.
Windows 2000 and later Unidrv plug-ins should use IPrintOemDriverUni::DrvXMoveTo.
This function pointer prototype defines the type of the DrvXMoveTo member of the DRVPROCS structure.
pdevobjDefines the PDEVOBJ parameter pdevobj.
xDefines the INT parameter x.
dwFlagsDefines the DWORD parameter dwFlags.
Returns an INT value.