forlang.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
The INQFOCUSQQ Function
                                             Up Contents Index Back
─────The INQFOCUSQQ Function────────────────────────────────────────────────
 
     The INQFOCUSQQ function sets its argument to the unit number of
     the window that currently has focus:
 
          dummy = INQFOCUSQQ(activeWindow)
 
     The function returns zero on success and a nonzero value on
     failure. It fails if the window with focus is associated with a
     closed unit.
 
     The interface for INQFOCUSQQ, defined in FLIB.FI, is
 
          INTERFACE TO INTEGER*2 FUNCTION INQFOCUSQQ(IUNIT)
          INTEGER*2 IUNIT
          END
                                    -♦-