userlibandfileserver/fileserver/inc/f32file.h
changeset 102 ef2a444a7410
parent 90 947f0dc9f7a8
child 109 b3a1d9898418
--- a/userlibandfileserver/fileserver/inc/f32file.h	Fri Apr 16 16:24:37 2010 +0300
+++ b/userlibandfileserver/fileserver/inc/f32file.h	Mon May 03 13:47:38 2010 +0300
@@ -680,6 +680,15 @@
     ETrue value means that the drive is finalised
     */
     EIsDriveFinalised,
+    
+    /**
+    Query the volume to ascertain whether File system extensions
+    are supported on this volume.
+    A boolean value is returned within the buffer defined as TPckgBuf<TBool>. 
+    ETrue value means that extensions are supported.
+    EFalse means they are not supported.
+     */
+    EFSysExtensionsSupported,
 	};
 
 /**