3.2.4.2.47.7 UpdatesFileContent (put) (Opnum 36)

The UpdatesFileContent (put) method sets the Updates file content of the storage module and returns S_OK upon successful completion.<78>

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_STORAGE_MODULE_DEFINITION | 0x03))] HRESULT UpdatesFileContent(
   [in] VARIANT_BOOL updatesFileContent
 );

updatesFileContent: Determines whether the module updates the contents of the file.

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

The server MUST perform the following actions or return a nonzero error code:

  • If updatesFileContent is VARIANT_TRUE, set Updates file content to true; otherwise, set it to false.