Jump to content

Presentation Device Driver Functions: Difference between revisions

From EDM2
No edit summary
Line 38: Line 38:
== 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 ]
* [https://archive.org/details/os2-2.0-pdr-ref-1992 OS/2 2.0 Technical Library: Presentation Driver Reference] (March 1992)




</td>
</tr>
</table>


[[Category:The_OS/2_API_Project]]
[[Category:The_OS/2_API_Project]]

Revision as of 00:04, 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