Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
PFN_DrvXMoveTo PfnDrvxmoveto;
INT PfnDrvxmoveto(
PDEVOBJ pdevobj,
INT x,
DWORD dwFlags
)
{...}
Parameters
pdevobj
Defines the PDEVOBJ parameter pdevobj.
x
Defines the INT parameter x.
dwFlags
Defines the DWORD parameter dwFlags.
Return value
Returns an INT value.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | printoem.h (include Printoem.h) |