msos2.hlp (Table of Contents; Topic list)
FIOUNLOCKREC (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSFILEMGR
 
typedef struct _FIOUNLOCKREC {    /* fur */
    ULONG   cbStart;
    ULONG   cbLength;
} FIOUNLOCKREC;
 
The FIOUNLOCKREC structure contains information used by the DosFileIO
function for unlocking a file. This structure is preceded by an
FIOUNLOCKCMD structure that specifies the number of FIOUNLOCKREC structures
that are used.
 
Field     Description
────────────────────────────────────────────────────────────────────────────
 
cbStart   Specifies the offset of the unlock region. The offset is
          determined from the beginning of the file.
 
cbLength  Specifies the length (in bytes) of the region to unlock.
 
See Also
 
DosFileIO, FIOUNLOCKCMD