ReactOS 0.4.15-dev-7994-gb388cb6
FF_BLK_DEVICE Struct Reference

Describes the block device driver interface to FullFAT. More...

#include <ff_ioman.h>

Collaboration diagram for FF_BLK_DEVICE:

Public Attributes

FF_WRITE_BLOCKS fnpWriteBlocks
 Function Pointer, to write a block(s) from a block device.
 
FF_READ_BLOCKS fnpReadBlocks
 Function Pointer, to read a block(s) from a block device.
 
FF_T_UINT16 devBlkSize
 Block size that the driver deals with.
 
voidpParam
 Pointer to some parameters e.g. for a Low-Level Driver Handle.
 

Detailed Description

Describes the block device driver interface to FullFAT.

Definition at line 89 of file ff_ioman.h.

Member Data Documentation

◆ devBlkSize

FF_T_UINT16 FF_BLK_DEVICE::devBlkSize

Block size that the driver deals with.

Definition at line 92 of file ff_ioman.h.

◆ fnpReadBlocks

FF_READ_BLOCKS FF_BLK_DEVICE::fnpReadBlocks

Function Pointer, to read a block(s) from a block device.

Definition at line 91 of file ff_ioman.h.

◆ fnpWriteBlocks

FF_WRITE_BLOCKS FF_BLK_DEVICE::fnpWriteBlocks

Function Pointer, to write a block(s) from a block device.

Definition at line 90 of file ff_ioman.h.

◆ pParam

void* FF_BLK_DEVICE::pParam

Pointer to some parameters e.g. for a Low-Level Driver Handle.

Definition at line 93 of file ff_ioman.h.


The documentation for this struct was generated from the following file: