FSD_BUFFER_INFO

This structure contains information on a buffer.

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 FSD_SCATTER_GATHER_INFO to point to the buffers where the data is stored — if read from disk — or read from — if data is written to disk. 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.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Fsdmgr.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

FSD_SCATTER_GATHER_INFO

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.