Jump to content

FILELOCKL: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== FILELOCKL ==
File locking data structure. Large File Support >2GB.
File locking data structure. Large File Support >2GB.
   
   
=== Type ===
== Type ==
[[LONGLONG]]  lOffset
LONGLONG  lRange


[[OS2 API:DataType:LONGLONG|LONGLONG]]  lOffset
=== C Declaration Method ===
[[OS2 API:DataType:LONGLONG|LONGLONG]]  lRange
typedef struct
 
==== 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.


=== Fields ===
[[Category:Data type]]
 
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.

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.