IWorksDriver interface : Get32x32Bitmap method

Get32x32Bitmap method
Description
VWorks software calls the Get32x32Bitmap method to get a bitmap image from the plugin that represents a device or the specified task.
The following figure shows two bitmap images:
Figure Device and task icons
 
 
Syntax
 
HRESULT Get32x32Bitmap(
[in] BSTR CommandName,
[out,retval] IPictureDisp **ppPicture
Parameters
 
If the CommandName parameter contains an empty string, VWorks software is asking for a bitmap image that represents a device.
If the parameter contains a string (the name of a task), VWorks software is asking for a bitmap image to represent a task.
[out, retval] An IPictureDisp object that contains the handle to the bitmap for the image. This bitmap must be 32 pixels wide by 32 pixels high. Refer to the Microsoft SDK documentation for more details about the standard COM IPictureDisp interface at http://windowssdk.msdn.microsoft.com/en-us/library.
Related information