Jump to content

Presentation Device Driver Functions: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
== Presentation Device Driver ==
== Presentation Device Driver ==
You can find more information at the [[Presentation Device Driver Reference for OS2]].


 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
<table style="width: 100%">
<tr style="vertical-align:top;">
<!--       FIRST COLUMN        -->
  <td style="width:60%; width:60%; border: 1px solid #c6c9ff; padding%: .5em 1em 1em%; color: #000000; background-color: #ffffff">
 
=== Data Types ===
=== Data Types ===
* ACQUIREFB
* ACQUIREFB
Line 32: Line 28:
*  
*  


</td>
</div>


<!--        SECOND COLUMN        -->
==Links==
  <td style="width:40%; width:40%; border: 1px solid #c6c9ff; padding%: .5em 1em 1em%; color: #000000; background-color: #ffffff">
* [[Presentation Device Driver Reference for OS2]]
* [[Presentation Device Driver Library]]
* [[Printer Device Driver:32-Bit Plotter Presentation Driver]]
* [[Printer Device Driver:32-bit Omni Presentation Driver]]


=== External References ===
== External References ==
* [http://cyberkinetica.homeunix.net/os2tk45/ddk_pdrref/ PDRREF.INF - Presentation Device Driver Reference for OS/2 ]
* [http://cyberkinetica.homeunix.net/os2tk45/ddk_pdrref/ PDRREF.INF - Presentation Device Driver Reference for OS/2 ]



Revision as of 00:03, 30 June 2016

Presentation Device Driver

You can find more information at the Presentation Device Driver Reference for OS2.

Data Types

  • ACQUIREFB

Mandatory and Simulated Graphics Engine Function

Device Support Function

  • Default_Primary
  • DspDefaultResolution
  • DspQueryDriverInfo
  • DspQueryDriverNames
  • DspSetDriverInfo
  • GetDriverInfo
  • GreCloseDC
  • GreCopyDCLoadData
  • GreCreateBitmap
  • GreCreateJournalFile
  • ...

BIDI Command Structures and Command Flow

Links

External References