Jump to content

ListIOL

From EDM2
Revision as of 17:51, 19 May 2025 by Martini (talk | contribs) (Created page with "ListIOL data structure ==Syntax== <pre> 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 </pre> ====Fields==== ;hFile HFILE ) :File handle. ;CmdFlag ULONG ) :Command Flag. ;Offset LONGLONG) :Seek offse.t ;pBuffer PVO...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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