vgaplayer1.h
资源名称:VGAPlayer.rar [点击查看]
上传用户:dreamzjm
上传日期:2014-06-08
资源大小:388k
文件大小:3k
源码类别:
多媒体编程
开发平台:
Visual C++
- #if !defined(AFX_VGAPLAYER1_H__9A44D70B_91B0_4F3E_9BAB_00301C26EDB3__INCLUDED_)
- #define AFX_VGAPLAYER1_H__9A44D70B_91B0_4F3E_9BAB_00301C26EDB3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // 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.
- // Dispatch interfaces referenced by this interface
- class COleFont;
- /////////////////////////////////////////////////////////////////////////////
- // CVGAPlayer wrapper class
- class CVGAPlayer : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CVGAPlayer)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0x339c1ee2, 0x1029, 0x46b8, { 0x81, 0xf1, 0x36, 0x2, 0x17, 0xf2, 0x6f, 0xc4 } };
- return clsid;
- }
- virtual BOOL Create(LPCTSTR lpszClassName,
- LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect,
- CWnd* pParentWnd, UINT nID,
- CCreateContext* pContext = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
- BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect, CWnd* pParentWnd, UINT nID,
- CFile* pPersist = NULL, BOOL bStorage = FALSE,
- BSTR bstrLicKey = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
- pPersist, bStorage, bstrLicKey); }
- // Attributes
- public:
- // Operations
- public:
- BOOL GetAutoScroll();
- void SetAutoScroll(BOOL bNewValue);
- BOOL GetAutoSize();
- void SetAutoSize(BOOL bNewValue);
- long GetAxBorderStyle();
- void SetAxBorderStyle(long nNewValue);
- CString GetCaption();
- void SetCaption(LPCTSTR lpszNewValue);
- unsigned long GetColor();
- void SetColor(unsigned long newValue);
- COleFont GetFont();
- void SetFont(LPDISPATCH newValue);
- BOOL GetKeyPreview();
- void SetKeyPreview(BOOL bNewValue);
- long GetPixelsPerInch();
- void SetPixelsPerInch(long nNewValue);
- long GetPrintScale();
- void SetPrintScale(long nNewValue);
- BOOL GetScaled();
- void SetScaled(BOOL bNewValue);
- short GetCursor();
- void SetCursor(short nNewValue);
- void LoadFile(LPCTSTR Filename);
- void SendScript(LPCTSTR Str);
- void Open(LPCTSTR Filename);
- long GetDisplayMode();
- void SetDisplayMode(long nNewValue);
- void Play();
- void Pause();
- void Stop();
- void Close();
- void FastForward();
- void FastReverse();
- unsigned long GetCurrentPosition();
- void SetCurrentPosition(unsigned long newValue);
- long GetDuration();
- long GetScreenBackgroundColor();
- void SetScreenBackgroundColor(long nNewValue);
- long GetNailBackgroundColor();
- void SetNailBackgroundColor(long nNewValue);
- CString GetLocalIP();
- void SetLocalIP(LPCTSTR lpszNewValue);
- long GetMax();
- long GetMin();
- BOOL GetFullScreen();
- void SetFullScreen(BOOL bNewValue);
- CString GetUrl();
- void SetUrl(LPCTSTR lpszNewValue);
- long GetStatus();
- BOOL GetAutoStart();
- void SetAutoStart(BOOL bNewValue);
- long GetVGAWidth();
- long GetVGAHeight();
- long GetInitialColor();
- void SetInitialColor(long nNewValue);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VGAPLAYER1_H__9A44D70B_91B0_4F3E_9BAB_00301C26EDB3__INCLUDED_)