Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function gets the attributes for a given partition.
DWORD PD_GetPartitionInfo(DWORDdwStoreId, LPCTSTR szPartName, PD_PARTINFO* pInfo);
Parameters
- dwStoreId
[in] This is returned from a PD_OpenStore call. - szPartName
[in] The name of the partition to get the attributes for. - pInfo
[in, out] The partition driver fills in the PD_PARTINFO structure.
Return Values
TRUE if the call was successful, FALSE otherwise.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Partdrv.h.
See Also
Send Feedback on this topic to the authors