This method is specific to Version 4, or higher, of the OS/2 operating system.
This instance method writes the image data for the image file from the instance data.
#define INCL_WINWORKPLACE #include <os2.h> WPBitmap *somSelf; /* Pointer to the object on which the method is being invoked. */ BOOL32 rc; /* Success indicator. */ rc = _wpWriteImageFile(somSelf);