次の方法で共有


SD_HOST_BLOCK_CAPABILITY (Windows CE 5.0)

Send Feedback

This structure compares the block transfer capabilities of the host against a set of desired block transfer capabilities. The client driver should set the fields in this structure with the desired read and write block transfer parameters and check the values when the SDCardInfoQuery function returns. The query will update the block transfer parameters with values that closely match the desired parameters. The actual block transfer capabilities is host controller dependent.

typedef struct _SD_HOST_BLOCK_CAPABILITY {USHORTReadBlockSize;
  USHORTWriteBlockSize;
  USHORTReadBlocks;
  USHORTWriteBlocks;
} SD_HOST_BLOCK_CAPABILITY, *PSD_HOST_BLOCK_CAPABILITY;

Members

  • ReadBlockSize
    Desired block size for read data transfers, in bytes.
  • WriteBlockSize
    Desired block size for write data transfers, in bytes.
  • ReadBlocks
    Number of blocks to transfer in a multi-block read data transfer.
  • WriteBlocks
    Number of blocks to transfer in a multi-block write data transfer.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.

See Also

Secure Digital Card Driver Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.