#include "crypt.h"
#include <os2.h>
Go to the source code of this file.
| #define APIENTRY16 APIENTRY |
Definition at line 33 of file os2.c.
| #define DosQueryModuleName DosGetModName |
Definition at line 32 of file os2.c.
Definition at line 17 of file os2.c.
Definition at line 16 of file os2.c.
Definition at line 18 of file os2.c.
Definition at line 20 of file os2.c.
| #define INCL_WINWINDOWMGR |
Definition at line 19 of file os2.c.
| #define PTR |
( |
|
ptr, |
|
|
|
ofs |
|
) |
| ((void *) ((char *) (((ULONG) procstat & 0xFFFF0000) | (USHORT) (ptr)) + (ofs))) |
Definition at line 37 of file os2.c.
| #define PTR |
( |
|
ptr, |
|
|
|
ofs |
|
) |
| ((void *) ((char *) (ptr) + (ofs))) |
Definition at line 37 of file os2.c.
| #define RANDOM_BUFSIZE 4096 |
Definition at line 25 of file os2.c.
| ULONG DosGetThreadID |
( |
void |
| ) |
|
| USHORT APIENTRY16 DosQProcStatus |
( |
PVOID |
pBuf, |
|
|
USHORT |
cbBuf |
|
) |
| |