Share via


BP_SetDataPointer (Windows CE 5.0)

Send Feedback

This function sets the data pointer of a specified partition. The data pointer stores the logical byte address where the next read or write operation will occur.

BOOL BP_SetDataPointer(HANDLE hPartition, DWORD dwAddress);

Parameters

  • hPartition
    [in] Handle to the partition.
  • dwAddress
    [in] Data pointer address.

Return Values

Returns TRUE on success. Returns FALSE on failure.

Remarks

This function will fail if the length of the request extends past the end of the partition.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Bootpart.h
Link Library: Bootpart.lib

See Also

BinFS and the Bootpart Library | Flash Media Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.