msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FIOUNLOCKCMD (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSFILEMGR
 
typedef struct _FIOUNLOCKCMD {    /* fuc */
    USHORT  usCmd;
    USHORT  cUnlockCnt;
} FIOUNLOCKCMD;
 
The FIOUNLOCKCMD structure contains information used by the DosFileIO
function for unlocking a file.
 
Field       Description
────────────────────────────────────────────────────────────────────────────
 
usCmd       Specifies the command to pass to the DosFileIO function. This
            field must be set to FIO_UNLOCK.
 
cUnlockCnt  Specifies the number of FIOUNLOCKREC structures that follow this
            structure.
 
See Also
 
DosFileIO, DosFileLocks, FIOUNLOCKREC