PFN_DrvXMoveTo - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// printoem.h

PFN_DrvXMoveTo PfnDrvxmoveto;

INT PfnDrvxmoveto(
  PDEVOBJ pdevobj,
  INT x,
  DWORD dwFlags
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-printoem-pfn_drvxmoveto)

Description

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.

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.