PFN_DrvYMoveTo - NtDoc

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

PFN_DrvYMoveTo PfnDrvymoveto;

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

NtDoc

No description available.

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

Description

The DrvYMoveTo function is obsolete.

Windows 2000 and later Unidrv plug-ins should use IPrintOemDriverUni::DrvYMoveTo.

This function pointer prototype defines the type of the DrvYMoveTo member of the DRVPROCS structure.

Parameters

pdevobj

Defines the PDEVOBJ parameter pdevobj.

y

Defines the INT parameter y.

dwFlags

Defines the DWORD parameter dwFlags.

Return value

Returns an INT value.