Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ll-xn!husc6!spdcc!m2c!applix!scott From: scott@applix.UUCP Newsgroups: comp.sys.amiga Subject: locating ConUnits Message-ID: <595@applix.UUCP> Date: Thu, 17-Sep-87 21:36:18 EDT Article-I.D.: applix.595 Posted: Thu Sep 17 21:36:18 1987 Date-Received: Sat, 19-Sep-87 16:20:43 EDT Reply-To: scott@applix.UUCP (Scott Evernden) Distribution: world Organization: APPLiX Inc., Westboro MA Lines: 14 I'm confronted with a problem which prevents me from finishing a project. I need to be able to locate all open ConUnits in the system. I can find some ConUnits by chasing down the RootNode's TaskArray, sending ACTION_DISK_INFO messages to each ConsoleTask. But I have no idea how (if at all) to locate privately Open()'ed consoles. If I cannot do this, can I resort (less than ideal) to SetFunction()ing some vector in the console device, and record OPEN/CLOSEs? I don't believe I've seen this done before. Or, do I need to intercept Dos packets somewhere? thanks, -scott