PD_GetStoreInfo (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |