drGetPacketList
drGetPacketList(tx_display) =>l_packetName/ nil
Description
Reads virtual memory and returns a list of the names of all of the display packets defined for the specified display device.
Arguments
Value Returned
|
A list containing the names of all of the display packets defined for the specified display device. |
|
|
The specified display device has no display packets associated with it or does not exist. |
Example
drGetPacketList("psb")
drGetPacketList(27832)
Reads virtual memory and returns the list of display packets assigned to the psb display device.
Return to top