Microsoft KB Archive/37420

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:55, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


BSEDOSPC.BI Is Missing DosSetSigHandler Definition; for OS/2

Article ID: 37420

Article Last Modified on 11/21/2006

This article was previously published under Q37420

SUMMARY

The include file BSEDOSPC.BI fails to include the definition for DosSetSigHandler. It should be defined as follows:

   DECLARE FUNCTION DosSetSigHandler%( _
           BYVAL P1seg AS INTEGER,_
           BYVAL P1offset AS INTEGER,_
           SEG   P2 AS LONG,_
           SEG   P3 AS INTEGER,_
           BYVAL P4 AS INTEGER,_
           BYVAL P5 AS INTEGER)
                

This information applies to Microsoft Basic Compiler Versions 6.00 and 6.00b for MS OS/2 and to Microsoft Basic Professional Development System (PDS) Versions 7.00 and 7.10 for MS OS/2.


Additional query words: BasicCom

Keywords: KB37420