Jump to content

FILELOCKL

From EDM2
Revision as of 03:09, 7 October 2007 by Anakor (talk | contribs) (New)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FILELOCKL

File locking data structure. Large File Support >2GB.

Type

LONGLONG  lOffset
LONGLONG  lRange

C Declaration Method

typedef struct

Fields

lOffset   Offset to the beginning of the lock or unlock range.
lRange    Length, in bytes, of the lock or unlock range.
          A value of 0 indicates that locking or unlocking is not required.