IActiveDesktopApplyChanges Method

Applies changes to the Active Desktop and saves them in the registry.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult ApplyChanges(
	ActiveDesktopApplyMode applyMode
)

Parameters

applyMode  ActiveDesktopApplyMode
A value that specifies the changes to be applied.

Return Value

HResult
If the function succeeds, it returns S_OK, otherwise, it returns an HResult error code.

Remarks

See Also