Jump to content

FILELOCK: 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

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.


Back to OS/2 API