IActiveDesktopSetPattern Method
Sets the Active Desktop pattern.
Namespace: DevCase.Win32.InterfacesAssembly: 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
)
<PreserveSigAttribute>
Function SetPattern (
filepath As String,
reserved As Integer
) As HResult
Dim instance As IActiveDesktop
Dim filepath As String
Dim reserved As Integer
Dim returnValue As HResult
returnValue = instance.SetPattern(filepath,
reserved)
[PreserveSigAttribute]
HResult SetPattern(
String^ filepath,
int reserved
)
[<PreserveSigAttribute>]
abstract SetPattern :
filepath : string *
reserved : int -> HResult
No code example is currently available or this language may not be supported.
- 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.
HResult
If the function succeeds, it returns
S_OK,
otherwise, it returns an
HResult error code.