Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:docs:fapi:dossystrace [2021/12/16 03:03] – prokushev | en:docs:fapi:dossystrace [2021/12/16 03:16] (current) – prokushev | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | {{page> |
+ | |||
+ | ====== | ||
===== Brief ===== | ===== Brief ===== | ||
Line 8: | Line 10: | ||
===== Syntax ===== | ===== Syntax ===== | ||
<code c> | <code c> | ||
- | APIRET16 | + | APIRET |
(USHORT major, USHORT cBuffer, USHORT minor, PCHAR pBuffer) | (USHORT major, USHORT cBuffer, USHORT minor, PCHAR pBuffer) | ||
</ | </ | ||
Line 44: | Line 46: | ||
<code c> | <code c> | ||
int main(int argc, char *argv[], char *envp[]){ | int main(int argc, char *argv[], char *envp[]){ | ||
- | APIRET16 | + | APIRET |
| | ||
| | ||
Line 72: | Line 74: | ||
* [[DosDumpProcess]] | * [[DosDumpProcess]] | ||
* [[DosForceSystemDump]] | * [[DosForceSystemDump]] | ||
+ | |||
+ | {{page> | ||