KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q30801: MASM 5.10 OS2.DOC: OS/2 Call Summary - Overview

Article: Q30801
Product(s): See article
Version(s): 5.10   | 5.10
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | | mspl13_masm
Last Modified: 25-MAY-1988

The following information is from the Microsoft Macro Assembler
Version 5.10 OS2.DOC file.

OS/2 Call Summary
   The OS/2 calls are listed below. The constant symbols associated
with each group of macros are shown before the listings. The listings
consist of the macro name followed by a one-line description. A second
line shows the arguments expected by the macro. The following symbols
are used to indicate the type of each argument:

    W     Word
    D     Doubleword
    PB    Pointer to byte
    PW    Pointer to word
    PD    Pointer to doubleword
    PZ    Pointer to ASCIIZ string
    PS    Pointer to structure

   If the macro expects the address of a structure as one of its
arguments, the structure will be listed below the argument line. See
the include files for listings of structure fields. The include files
also contain definitions for constants often passed to specific
macros.
   This document makes no attempt to explain the purpose or function
of the OS/2 systems calls. The calls are described in detail in
manuals published separately by Microsoft and in some third-party
books and magazine articles.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.