Share via


BlockLockInfo (Windows CE 5.0)

Send Feedback

This structure contains information on the blocks to be locked/unlocked.

typedef struct _BlockLockInfo {BLOCK_IDStartBlock;ULONGNumBlocks;}BlockLockInfo, *PBlockLockInfo;

Members

  • StartBlock
    Starting physical block to lock/unlock.
  • NumBlocks
    Number of physical blocks to lock/unlock.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Fmd.h.

See Also

Flash Media Driver Structures | Flash Media Driver Reference | Flash Media Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.