Sample Code

Windows Driver Samples/ MSPLOT Plotter Driver Sample/ C++/ plotter/ path.h/

/*++

Copyright (c) 1990-2003  Microsoft Corporation


Module Name:

    path.h


Abstract:

    This module contains prototype and #defines for path.c


Author:

    18-Nov-1993 Thu 04:42:22 created  


[Environment:]

    GDI Device Driver - Plotter.


[Notes:]


Revision History:


--*/

#ifndef _PLOTPATH_
#define _PLOTPATH_


typedef struct {
   CLIPLINE clipLine;
   RUN      runbuff[50];
} PLOT_CLIPLINE, *PPLOT_CLIPLINE;


BOOL
MovePen(
    PPDEV       pPDev,
    PPOINTFIX   pPtNewPos,
    PPOINTL     pPtDevPos
    );


BOOL
DoStrokePathByEnumingClipLines(
    PPDEV       pPDev,
    SURFOBJ     *pso,
    CLIPOBJ     *pco,
    PATHOBJ     *ppo,
    PPOINTL     pptlBrushOrg,
    BRUSHOBJ    *pbo,
    ROP4        rop4,
    LINEATTRS   *plineattrs
    );

#endif  // _PLOTPATH_

Our Services

  • What our customers say about us?

© 2011-2024 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS