FSD_BUFFER_INFO (Windows CE 5.0)

Send Feedback

This structure contains buffer information.

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 where 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 FSDMGR_WriteDiskEx functions use this structure.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Fsdmgr.h.

See Also

FSD_SCATTER_GATHER_INFO | FSDMGR_ReadDiskEx | FSDMGR_WriteDiskEx

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.