classicui_pub/common_file_dialogs_api/inc/AknCommonDialogsDynMem.h
branchRCL_3
changeset 25 941195f2d488
parent 0 2f259fa3e83a
equal deleted inserted replaced
23:3d340a0166ff 25:941195f2d488
   129        /**
   129        /**
   130         * EMemoryTypeMMCExternal
   130         * EMemoryTypeMMCExternal
   131         * Removable external memory card
   131         * Removable external memory card
   132         *
   132         *
   133         */
   133         */
   134         EMemoryTypeMMCExternal = 0x00000010
   134         EMemoryTypeMMCExternal = 0x00000010,
       
   135 
       
   136         /*
       
   137          * EMemoryTypeMMCExternalInDevice 
       
   138          * Removable external memory card, but memory type which is 
       
   139          * DriveInfo::EDriveUsbMemory is not included.
       
   140          * Do not use EMemoryTypeMMCExternalInDevice  and EMemoryTypeMMCExternal
       
   141          * at the same time. If doing so, EMemoryTypeMMCExternalInDevice works.
       
   142          * */
       
   143         EMemoryTypeMMCExternalInDevice = 0x00000020
   135 
   144 
   136         };
   145         };
   137 
   146 
   138 public:
   147 public:
   139 
   148