en:docs:fapi:dossystrace

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:fapi:dossystrace [2021/12/16 03:15] prokusheven:docs:fapi:dossystrace [2021/12/16 03:16] (current) prokushev
Line 10: Line 10:
 ===== Syntax ===== ===== Syntax =====
 <code c> <code c>
- APIRET16 APIENTRY16 DosSysTrace+ APIRET APIENTRY16 DosSysTrace
         (USHORT major, USHORT cBuffer, USHORT minor, PCHAR pBuffer)          (USHORT major, USHORT cBuffer, USHORT minor, PCHAR pBuffer) 
 </code> </code>
Line 46: Line 46:
 <code c> <code c>
 int main(int argc, char *argv[], char *envp[]){ int main(int argc, char *argv[], char *envp[]){
-   APIRET16 rc=0;          /* default return code */+   APIRET rc=0;          /* default return code */
    USHORT major=255;       /* default major code */    USHORT major=255;       /* default major code */
    USHORT minor=1;         /* default minor code */    USHORT minor=1;         /* default minor code */