Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WALLPAPEROPT" in [All]

Enums

.
Summary
.

See IActiveDesktop::GetWallpaperOptions and IActiveDesktop::SetWallpaperOptions

.
Documentation
[WALLPAPEROPT] on MSDN

Interfaces

.

     int GetWallpaperOptions(ref WALLPAPEROPT pwpo, int dwReserved);

.

     int SetWallpaperOptions(ref WALLPAPEROPT pwpo, int dwReserved);

.

    Function GetWallpaperOptions(ByRef pwpo As WALLPAPEROPT, ByVal dwReserved As Integer) As Integer

.

    Function SetWallpaperOptions(ByRef pwpo As WALLPAPEROPT, ByVal dwReserved As Integer) As Integer

Structures

.

public struct WALLPAPEROPT

.

     public static readonly int SizeOf = Marshal.SizeOf(typeof(WALLPAPEROPT));

.

Public Structure WALLPAPEROPT

.

    WALLPAPEROPT.SizeOf = Marshal.SizeOf(GetType(WALLPAPEROPT))

.

WALLPAPEROPT opts = new WALLPAPEROPT();

.

opts.dwSize = WALLPAPEROPT.SizeOf;

.
Documentation
[WALLPAPEROPT] on MSDN

 
Access PInvoke.net directly from VS: