PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Miscellaneous Types and Constants
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
     Constant     Description
 
     TRUE         Nonzero (1)
     FALSE        Zero (0)
     NULL         Null pointer
     PNULL        Null handle for file (PFILE) or window (PWND)
     BUFLEN       Maximum size for a PWB line and other buffers
 
     Macro        Description
 
     EXTERNAL     Function modifier required for Whenloaded
                  (_loadds far)
 
     EXPORT       Function modifier required for extension functions
                  (_loadds far)
 
     Type         Description
 
     flagType     Boolean value
     PFILE        File handle
     PWND         Window handle
     linebuf      Buffer guaranteed large enough for any PWB line
     ARC          Rectangle
     ISA          Color index
                                    -♦-