Share via


BlockLockInfo (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Flash Media Driver Structures

Other Resources

Flash Media Driver Reference
Flash Drivers