driver.bi

Contains the common interface for drivers

Author

Marcel Sondaar

License

Public Domain

Summary
driver.biContains the common interface for drivers
Constants
SYSCOMMAND_QUERYINTERFACESThe message identifier for getting a link’s supported interfaces
DRIVERINTERFACESLists numbers for all basic driver interfaces
Constants
INTERFACE_SYSCOMMANDThe base message code for system administration commands.
INTERFACE_GRAPHICSIdentifies the GFXCOMMANDS set
INTERFACE_BLOCKIdentifies the <BLOCKCOMMANDS> set

Constants

SYSCOMMAND_QUERYINTERFACES

The message identifier for getting a link’s supported interfaces

DRIVERINTERFACES

Lists numbers for all basic driver interfaces

This is used as an argument to the QueryInterface message where it is used to determine if the recipent supports the interface in question.

Summary
Constants
INTERFACE_SYSCOMMANDThe base message code for system administration commands.
INTERFACE_GRAPHICSIdentifies the GFXCOMMANDS set
INTERFACE_BLOCKIdentifies the <BLOCKCOMMANDS> set

Constants

INTERFACE_SYSCOMMAND

The base message code for system administration commands.

INTERFACE_GRAPHICS

Identifies the GFXCOMMANDS set

INTERFACE_BLOCK

Identifies the <BLOCKCOMMANDS> set

Lists the commands supported by display drivers