home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 21992 < prev    next >
Encoding:
Text File  |  1993-01-26  |  1.2 KB  |  34 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!aplcen.apl.jhu.edu!ddsdx2.jhuapl.edu!dlc
  3. From: dlc@ddsdx2.jhuapl.edu (Dave Collard x7468)
  4. Subject: Re: Tracking DECW$DISPLAY
  5. Message-ID: <1993Jan26.134811.4138@aplcen.apl.jhu.edu>
  6. Sender: news@aplcen.apl.jhu.edu (USENET News System)
  7. Organization: Johns Hopkins University
  8. References: <01GTXUFF9BMA8ZDVA9@POMONA.CLAREMONT.EDU>
  9. Date: Tue, 26 Jan 93 13:48:11 GMT
  10. Lines: 22
  11.  
  12. In <01GTXUFF9BMA8ZDVA9@POMONA.CLAREMONT.EDU> GREG@POMONA.CLAREMONT.EDU (Tigger) writes:
  13.  
  14. >Is there any way (such as a code to $GETDVI) to examine a _WSAn: device
  15. >created with the SET DISPLAY command and determine what node it points
  16. >to (ie the value of the /NODE qualifier to the SET DISPLAY)?
  17.  
  18. You can do this in DCL:
  19.  
  20. $ SHO DISP/SYMBOL
  21. $ SHO SYM DECW$DISPLAY*
  22.   DECW$DISPLAY_NODE == "NODE14" 
  23.   DECW$DISPLAY_SCREEN == "0" 
  24.   DECW$DISPLAY_SERVER == "0"
  25.   DECW$DISPLAY_TRANSPORT == "DECNET"
  26.  
  27. I don't know if this will help you, because I don't know how to do it from
  28. a program.  But if you are using DCL, then the symbol DECW$DISPLAY_NODE will
  29. contain the info you seek.
  30.  
  31. --Thor
  32. collard@capsrv.jhuapl.edu
  33. dlc@ddsdx2.jhuapl.edu
  34.