Important: The information in this document is obsolete and should not be used for new development.
GetDeviceList
To obtain a handle to the firstGDevice
record in the device list, use theGetDeviceList
function.
FUNCTION GetDeviceList: GDHandle;DESCRIPTION
TheGetDeviceList
function returns a handle to the firstGDevice
record in the global variableDeviceList
.SPECIAL CONSIDERATIONS
TheGetDeviceList
function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSO
Listing 5-3 on page 5-9 illustrates the use of this function.