FILELOCK: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:FILELOCK to FILELOCK |
mNo edit summary |
||
Line 1: | Line 1: | ||
File locking data structure. | File locking data structure. | ||
Line 13: | Line 12: | ||
;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. | ||
==PFILELOCK== | |||
Pointer to FILELOCK | |||
typedef FILELOCK *PFILELOCK; | |||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 17:59, 7 November 2017
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.
PFILELOCK
Pointer to FILELOCK
typedef FILELOCK *PFILELOCK;