PD_GetStoreInfo (Compact 2013)
3/26/2014
This function obtains storage volume information from the partition driver.
Syntax
DWORD PD_GetStoreInfo(
DWORD dwStoreId,
PD_STOREINFO* pInfo
);
Parameters
- dwStoreId
[in] Handle returned by the PD_OpenStore function.
- pInfo
[in, out] Pointer to a PD_PARTINFO structure.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header |
partdrv.h |