Enable method of the Win32_OfflineFilesCache class

Enables or disables the Offline Files feature.

Syntax


uint32 Enable(
  [in]  boolean Enable,
  [out] boolean RebootRequired
);

Parameters

Enable [in]

Specify TRUE to enable Offline Files, or FALSE to disable.

RebootRequired [out]

Receives TRUE if a system restart is necessary to apply the desired configuration, or FALSE otherwise.

Return value

This method returns either a WMI return code or a system error code.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Namespace

Root\CIMv2

MOF

OfflineFilesWmiProvider.mof

DLL

CscObj.dll

See also

Win32_OfflineFilesCache

 

 

Show: