Jump to content

FILELOCK

From EDM2
Revision as of 17:59, 7 November 2017 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;