• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++实战源码-播放RM文件(入门级实例561).zip

资源截图

代码片段和文件信息

// 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.


#include “stdafx.h“
#include “realaudio.h“

/////////////////////////////////////////////////////////////////////////////
// CRealAudio

IMPLEMENT_DYNCREATE(CRealAudio CWnd)

/////////////////////////////////////////////////////////////////////////////
// CRealAudio properties

/////////////////////////////////////////////////////////////////////////////
// CRealAudio operations

CString CRealAudio::GetSource()
{
CString result;
InvokeHelper(0x66 DISPATCH_PROPERTYGET VT_BSTR (void*)&result NULL);
return result;
}

void CRealAudio::SetSource(LPCTSTR lpszNewValue)
{
static BYTE parms[] =
VTS_BSTR;
InvokeHelper(0x66 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 lpszNewValue);
}

CString CRealAudio::GetConsole()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       21840  2006-07-21 14:38  realplayerDlg\realaudio.cpp
     文件        8941  2006-07-21 14:38  realplayerDlg\realaudio.h
     文件        1439  2010-10-28 14:55  realplayerDlg\realplayerDlg.clw
     文件        2161  2006-07-21 14:36  realplayerDlg\realplayerDlg.cpp
     文件        4745  2006-07-21 15:03  realplayerDlg\realplayerDlg.dsp
     文件         595  2006-07-21 15:03  realplayerDlg\realplayerDlg.dsw
     文件        1401  2006-07-21 14:36  realplayerDlg\realplayerDlg.h
     文件        5684  2007-06-12 09:56  realplayerDlg\realplayerDlg.rc
     文件        6533  2007-05-31 11:21  realplayerDlg\realplayerDlgDlg.cpp
     文件        1722  2006-12-14 13:23  realplayerDlg\realplayerDlgDlg.h
     文件        1381  2006-12-14 10:30  realplayerDlg\resource.h
     文件         215  2006-07-21 14:36  realplayerDlg\StdAfx.cpp
     文件        1054  2006-07-21 14:36  realplayerDlg\StdAfx.h
     文件         105  2010-11-11 14:16  realplayerDlg\程序使用说明.txt
     文件        5694  2005-10-08 16:28  realplayerDlg\res\realplayerDlg.ico
     文件         405  2006-07-21 14:36  realplayerDlg\res\realplayerDlg.rc2

评论

共有 条评论