DosMonClose

DosMonClose

#define INCL_DOSMONITORS

USHORT  rc = DosMonClose(Handle);

HMONITOR         Handle;        /* Monitor handle */

USHORT           rc;            /* return code */


[Back: DosMkDir2]
[Next: DosMonOpen]