Presentation Device Driver Functions: Difference between revisions
Appearance
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"> | |||
< | |||
=== Data Types === | === Data Types === | ||
* ACQUIREFB | * ACQUIREFB | ||
Line 32: | Line 28: | ||
* | * | ||
</ | </div> | ||
==Links== | |||
* [[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 == | |||
* [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
- 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