Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This function obtains the attributes of the specified partition.
Syntax
DWORD PD_GetPartitionInfo(
DWORD dwStoreId,
LPCTSTR szPartName,
PD_PARTINFO* pInfo
);
Parameters
- dwStoreId
[in] Handle returned by the PD_OpenStore function.
- szPartName
[in] Name of the partition.
- 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 |