Jump to content

FILELOCK: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Undo revision 5992 by Martini (talk)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== FILELOCK ==
== FILELOCK ==
File locking data structure.
File locking data structure.
   
   
=== Type ===  
=== Type ===  
 
  [[LONG]]  lOffset
  [[OS2 API:DataType:LONG|LONG]]  lOffset
  LONG  lRange
  [[OS2 API:DataType:LONG|LONG]] 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.
 
[[Category:Data type]]

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.