FILELOCK: Difference between revisions
Appearance
mNo edit summary |
m Ak120 moved page OS2 API:DataType:FILELOCK to FILELOCK |
(No difference)
|
Revision as of 15:53, 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.