Parallels the application CServerItem class. More...
#include <Ivf/IvfSrvrItem.h>
| Public Member Functions | |
| CIvfServerItem () | |
| ~CIvfServerItem () | |
| BOOL | IvfOnDraw (CDC *pDC, int sizePX, int sizePY) | 
Parallels the application CServerItem class.
Used for OLE server handling.
Note: Although the class name is CIvfServerItem, the header file name is IvfSrvrItem.h.
| CIvfServerItem::CIvfServerItem | ( | ) | 
Constructor.
| CIvfServerItem::~CIvfServerItem | ( | ) | 
Destructor.
| BOOL CIvfServerItem::IvfOnDraw | ( | CDC * | pDC, | |
| int | sizePX, | |||
| int | sizePY | |||
| ) | 
Called by the client when it wants to draw the metafile.
Creates an offscreen renderer and writes to the metafile.