3.2.4.2.47.6 UpdatesFileContent (get) (Opnum 35)

The UpdatesFileContent (get) method retrieves the Updates file content property of the storage module and returns S_OK upon successful completion.<77>

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_STORAGE_MODULE_DEFINITION | 0x03))] HRESULT UpdatesFileContent(
   [out, retval] VARIANT_BOOL* updatesFileContent
 );

updatesFileContent: Pointer to a variable that upon completion contains the Boolean indication for the Updates file content property of the storage module.

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

The server MUST set updatesFileContent to VARIANT_TRUE if Updates file content is set to true; otherwise updatesFileContent is set to VARIANT_FALSE.