FSD_BUFFER_INFO (Windows Embedded CE 6.0)

1/6/2010

This structure contains buffer information.

Syntax

typedef struct _FSD_BUFFER_INFO{
  PBYTE pBuffer;
  DWORD cbBuffer;
} FSD_BUFFER_INFO, *PFBI;

Members

  • pBuffer
    Pointer to a buffer.
  • cbBuffer
    Size of the buffer, in bytes.

Remarks

This structure is used in the FSD_SCATTER_GATHER_INFO structure to point to the buffers in which the data is stored, if data is read from a disk. If data is written to a disk, it can be read from this buffer. You can have multiple FSD_BUFFER_INFO structures, but they must be contiguous, and the pfbi member of the FSD_SCATTER_GATHER_INFO structure must point to the first FSD_BUFFER_INFO structure. The FSDMGR_ReadDiskEx and the FSDMGR_WriteDiskEx functions use this structure.

Requirements

Header fsdmgr.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

FSD Structures
FSD_SCATTER_GATHER_INFO
FSDMGR_ReadDiskEx
FSDMGR_WriteDiskEx