Share via


GetPartitionInfo

This function gets information on the partition.

BOOL WINAPI GetPartitionInfo(
  HANDLE hPartition,
  PPARTINFO pPartInfo
);

Parameters

  • hPartition
    [in] Handle to the partition returned from OpenPartition.
  • pPartInfo
    [in, out] Pointer to a PARTINFO structure.

Return Values

Returns TRUE if successful, otherwise FALSE.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h.

See Also

OpenPartition | PARTINFO

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.