Jump to content

FILELOCKL

From EDM2
Revision as of 16:38, 30 October 2011 by Martini (talk | contribs)

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.


Back to OS/2 API