#ifndef __STOREINFO_H__ #define __STOREINFO_H__ #include #include // for WIN32_FILE_CALL #include HANDLE WINAPI OpenStore(LPCTSTR szDeviceName); bool GetStorePartitionlist(HANDLE hStore, std::vector& list); bool GetStoreInfo(HANDLE hStore, STOREINFO& si); bool GetPartitionInfo(HANDLE hPartition, PARTINFO& pi); #endif