Contents Index Topic Contents | ||
Previous Topic: COMPPOS Next Topic: Flags |
WALLPAPEROPT
typedef struct _tagWALLPAPEROPT { DWORD dwSize; DWORD dwStyle; } WALLPAPEROPT;Contains the wallpaper options.
- dwSize
- Unsigned long integer value that contains the size of the WALLPAPEROPT structure.
- dwStyle
- Unsigned long integer value that contains the wallpaper style. Can be one of the following values:
WPSTYLE_CENTER WPSTYLE_TILE WPSTYLE_STRETCH WPSTYLE_MAX
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.