Important: The information in this document is obsolete and should not be used for new development.
The Default Video Device Parameter Block
Two procedures,GetVideoDefault
andSetVideoDefault
, use the default video device parameter block. You can use these procedures with the default video device parameter block to get or set the default video device. TheDefVideoRec
data type defines the default video device parameter block.
TYPE DefVideoRec = RECORD sdSlot: SignedByte; {slot number} sdsResource:SignedByte; {SResourceID} END; DefVideoPtr = ^DefVideoRec;
Field Description
sdSlot
- The physical slot number for the default video device. A value of 0 indicates no video device is the default.
- sdSResource
- The slot resource ID (
SResourceID
) for the default video device.