Jump to content

FILELOCKL: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 17: Line 17:
  lRange    Length, in bytes, 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.
           A value of 0 indicates that locking or unlocking is not required.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 16:38, 30 October 2011

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