Name
hw_FindDisplay -- find display handle or identifier (V6.0)
Synopsis
APTR rhandle = hw_FindDisplay(lua_ID *id, APTR handle);
Function
This function can be used to get a display handle from an object identifier or an object identifier from a display handle. If you pass a display handle in the second parameter, hw_FindDisplay() will return its object identifier in the lua_ID passed in the first parameter. If the second parameter is NULL, hw_FindDisplay() will return the display handle that matches the specified object identifier. See Object identifiers for details.

Designer compatibility
Unsupported

Inputs
lua_ID
pointer to a lua_ID containing or receiving an object identifier
handle
handle to a display or NULL
Results
rhandle
display handle

Show TOC