Share via


BlockLockInfo (Compact 2013)

3/26/2014

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

Syntax

typedef struct _BlockLockInfo {
  BLOCK_ID StartBlock;
  ULONG NumBlocks;
} BlockLockInfo, *PBlockLockInfo;

Members

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

Requirements

Header

fmd.h

See Also

Reference

Flash Media Driver Structures
Flash Media Driver Reference