IActiveDesktopSetPattern Method

Sets the Active Desktop pattern.

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 SetPattern(
	string filepath,
	int reserved
)

Parameters

filepath  String
A string of decimals whose bit pattern represents a picture.

Each decimal represents the on/off state of the 8 pixels in that row.

reserved  Int32
Reserved. Must be set to zero.

Return Value

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

Remarks

See Also