This method is specific to Version 4, or higher, of the OS/2 operating system.
This instance method sets the current values for the lockup background.
#define INCL_WINWORKPLACE
#include <os2.h>
WPDesktop *somSelf; /* Pointer to the object on which the method is being invoked. */
PSZ pszImageFileName; /* The name of the background image file (or NULL if none is defined). */
ULONG ulImageMode; /* The following are the image modes: */
ULONG ulScaleFactor; /* Scaling factor if the image mode is SCALED_IMAGE. */
ULONG ulBackgroundType; /* Can be one of the following background types: */
LONG lBackgroundColor; /* Background color as an encoded RGB value. */
wpSetLockupBackground(somSelf, pszImageFileName,
ulImageMode, ulScaleFactor, ulBackgroundType,
lBackgroundColor);