.TITLE CRAWPA .IDENT /121688/ ; Version: ; File:[22,320]CRAWPA.MAC ; Author: Peter Stadick ; History: ; Last Edit: 17-DEC-1988 13:19:25 ; .REM | Procedure CRAWPA(VAR WDB:wdb_type);EXTERNAL; {*USER* This will attempt to create and address window in a task given the address of the window descriptor block (WDB). Directive status is available in $DSW on return. } | ; ; Assemble with PASMAC.MAC as prefix file. ; ; .MCALL CRAW$S PROC CRAWPA PARAM WDB, ADDRESS ; Address of WDB BEGIN CRAW$S WDB(SP) ; Attach region ENDPR .END