FILELOCKL: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:FILELOCKL to FILELOCKL |
mNo edit summary |
||
Line 1: | Line 1: | ||
File locking data structure. Large File Support >2GB. | File locking data structure. Large File Support >2GB. | ||
== Type == | |||
[[LONGLONG]] lOffset | [[LONGLONG]] lOffset | ||
LONGLONG lRange | LONGLONG lRange | ||
=== C Declaration Method === | |||
typedef struct | typedef struct | ||
== Fields == | |||
;lOffset:Offset to the beginning of the lock or unlock range. | ;lOffset:Offset to the beginning of the lock or unlock range. | ||
;lRange:Length, in bytes, of the lock or unlock range. | ;lRange:Length, in bytes, of the lock or unlock range. |
Latest revision as of 01:45, 21 February 2020
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.