Jump to content

ListIOL

From EDM2

ListIOL data structure

Syntax

typedef struct  ListIOL  
  HFILE       hFile 
  ULONG       CmdFlag 
  LONGLONG    Offset 
  PVOID       pBuffer 
  ULONG       NumBytes 
  ULONG       Actual 
  ULONG       RetCode 
  ULONG       Reserved 
  ULONG       Reserved2[3] 
  ULONG       Reserved3[2] 
  ListIOL 

typedef  ListIOL * ListIOL

Fields

hFile HFILE )
File handle.
CmdFlag ULONG )
Command Flag.
Offset LONGLONG)
Seek offse.t
pBuffer PVOID )
Pointer to buffer.
NumBytes ULONG )
Number of bytes to read/write.
Actual ULONG )
Actual number of bytes to read/write.
RetCode ULONG )
Operation return code.
Reserved ULONG )
(Internal.)
Reserved2[3] ULONG )
(Internal).
Reserved3[2] ULONG )
(Internal).

C Declaration Method

typedef struct