OpenStore (Windows CE 5.0)
This function opens the storage volume.
HANDLE OpenStore(LPCSTR szDeviceName);
Parameters
- szDeviceName
[in] Name of the device. Example DSK1:.
Return Values
Returns a handle to the store or INVALID_HANDLE_VALUE if the open failed.
For extended error information, call GetLastError.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Storemgr.h
Link Library: Storeapi.lib
See Also
Storage Manager Functions | CloseHandle | Partitioning a Storage Volume
Send Feedback on this topic to the authors