HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

       MSC: unsigned _dos_creatnew(char *fname,unsigned attr,int *handle)
       MSC: unsigned _dos_creat(char *fname,unsigned attr,int *handle)


       - prototype in dos.h

       - fname = a valid DOS file name
       - attr  = DOS file attribute
               = _A_RDONLY
               = _A_HIDDEN
               = _A_SYSTEM
               = _A_ARCH
       - handle = pointer to location to receive handle
       - returns 0 on success or DOS error code on failure
       - if file sharing is installed, file is opened in compatibility mode
       - see   INT 21,3C   INT 21,5B

Esc or Alt-X to exit _dos_creat Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann