PICTURE1.H


/******************************************************************************\
********************************************************************************
* Filename: picture1.h
*
* Description:

Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
NOTE: Do not modify the contents of this file. If this class is regenerated by
Microsoft Visual C++, your modifications will be overwritten.

*
* This file is provided as part of the Microsoft Transaction Server
* Software Development Kit
*
*THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT
*WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
*INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
*OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
*PURPOSE.
*
* Copyright (C) 1997 Microsoft Corporation, All rights reserved
********************************************************************************
\******************************************************************************/
#ifndef __PICTURE1_H__
#define __PICTURE1_H__


/////////////////////////////////////////////////////////////////////////////
// CPicture wrapper class

class CPicture : public COleDispatchDriver
{
public:
CPicture() {}// Calls COleDispatchDriver default constructor
CPicture(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CPicture(const CPicture& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// Attributes
public:
long GetHandle();
long GetHPal();
void SetHPal(long);
short GetType();
long GetWidth();
long GetHeight();

// Operations
public:
// method 'Render' not emitted because of invalid return type or parameter type
};

#endif // __PICTURE1_H__