Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > How modify MSPLOT to avoid calling DrvBitBlt?

Reply
Thread Tools Display Modes

How modify MSPLOT to avoid calling DrvBitBlt?

 
 
Junior Member
Join Date: Feb 2011
Posts: 1

 
      02-09-2011
I'm modifing the MSPLOT from the last WDK, and I want to avoid calls to DrvBitBlt.
I tried to delete Hook fuction from table and define, but I receive an error during the printing.
Some programs print using DrvBitBlt, other programs print calling DrvStrokePath: I want that all program call DrvStrokePath.

I need to do a driver HPGL and avoid any BitBlt or other raster function, I can only plot by vector function ( Strokepath etc... ).
What I need to do? Do I need to modify MSPLOT or modify UNIDRV vector by creating a Kernel driver DLL?

Thanks
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RWW 403 forbidden error BobS Windows Small Business Server 29 06-24-2010 08:58 PM
sbs 2003 Network Configuration Joel Z Windows Small Business Server 9 03-26-2010 10:02 PM
CIECW wizard fails at network configuration Neil Windows Small Business Server 12 02-26-2010 08:31 AM
Help Trouble shooting remote Access - OWA and Remote work place John Windows Small Business Server 8 01-25-2010 01:02 AM
Stop 0x0000007b after Setup BobMiller Windows Vista Installation 8 08-05-2006 09:29 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59