◄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 ♦