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.
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