3.2.4.2.47.5 StorageType (put) (Opnum 34)

The StorageType (put) method sets the Storage type property of the storage module and returns S_OK upon successful completion.<76>

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_STORAGE_MODULE_DEFINITION | 0x02))] HRESULT StorageType(
   [in] FsrmStorageModuleType storageType
 );

storageType: Contains the type of storage that the storage module uses. For possible storage types, see the FsrmStorageModuleType (section 2.2.2.8.1.2) enumeration.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

The server MUST set the Storage type of the storage module to storageType or return a nonzero error code.