Jump to content

FILELOCKL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== FILELOCKL ==
== FILELOCKL ==
File locking data structure. Large File Support >2GB.
File locking data structure. Large File Support >2GB.
   
   
=== Type ===  
=== Type ===  
 
  [[LONGLONG]]  lOffset
  [[OS2 API:DataType:LONGLONG|LONGLONG]]  lOffset
  LONGLONG  lRange
  [[OS2 API:DataType:LONGLONG|LONGLONG]] lRange


==== C Declaration Method ====
==== C Declaration Method ====
typedef struct
typedef struct


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

Revision as of 13:08, 17 November 2016

FILELOCKL

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.