DosShutdown

DosShutdown

#define INCL_DOSFILEMGR

USHORT  rc = DosShutdown(Reserved);

ULONG            Reserved;      /* Reserved, must be set to zero */

USHORT           rc;            /* return code */


[Back: DosSizeSeg]
[Next: DosSleep]