Jump to content

FILELOCK: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
Undo revision 5992 by Martini (talk)
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 15:52, 3 November 2016

FILELOCK

File locking data structure.

Type

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