GetFileAccessMode
|
![]() ![]() ![]() |
Name [in]
|
String specifying the name of the file in the device
|
pValue [out, retval]
|
Pointer to the string representing the access mode to the file in the currently selected device:
|
"WO" - file has the write-only access
|
"RO" - file has the read-only access
|
"RW" - file has both read and write access
|
S_OK
|
Success
|
E_NOINTERFACE
|
File with the specified name does not exist in the device
|
E_FAIL
|
Failure
|
|
|