mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.3 KiB
49 lines
1.3 KiB
// Machine generated IDispatch wrapper class(es) created with ClassWizard
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// IPreview wrapper class
|
|
|
|
class IPreview : public COleDispatchDriver
|
|
{
|
|
public:
|
|
IPreview() {} // Calls COleDispatchDriver default constructor
|
|
IPreview(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
|
|
IPreview(const IPreview& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
void ShowFile(LPCTSTR bstrFileName, long iSelectCount);
|
|
long GetPrintable();
|
|
void SetPrintable(long nNewValue);
|
|
long GetCxImage();
|
|
long GetCyImage();
|
|
void Show(const VARIANT& var);
|
|
};
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// IPreview2 wrapper class
|
|
|
|
class IPreview2 : public COleDispatchDriver
|
|
{
|
|
public:
|
|
IPreview2() {} // Calls COleDispatchDriver default constructor
|
|
IPreview2(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
|
|
IPreview2(const IPreview2& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
|
|
|
|
// Attributes
|
|
public:
|
|
|
|
// Operations
|
|
public:
|
|
void ShowFile(LPCTSTR bstrFileName, long iSelectCount);
|
|
long GetPrintable();
|
|
void SetPrintable(long nNewValue);
|
|
long GetCxImage();
|
|
long GetCyImage();
|
|
void Show(const VARIANT& var);
|
|
void Zoom(long iSelectCount);
|
|
void BestFit();
|
|
void ActualSize();
|
|
void SlideShow();
|
|
};
|