Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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