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

资源简介

C++实战源码-开发具有记忆功能的MP3播放器(入门级实例556).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 “animation.h“

/////////////////////////////////////////////////////////////////////////////
// CAnimation

IMPLEMENT_DYNCREATE(CAnimation CWnd)

/////////////////////////////////////////////////////////////////////////////
// CAnimation properties

/////////////////////////////////////////////////////////////////////////////
// CAnimation operations

void CAnimation::SetAutoPlay(BOOL bNewValue)
{
static BYTE parms[] =
VTS_BOOL;
InvokeHelper(0x1 DISPATCH_PROPERTYPUT VT_EMPTY NULL parms
 bNewValue);
}

BOOL CAnimation::GetAutoPlay()
{
BOOL result;
InvokeHelper(0x1 DISPATCH_PROPERTYGET VT_BOOL (void*)&result NULL);
return result;
}

void CAnimation::SetBackstyle(long nNewValue)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3510  2007-05-21 09:49  MP3Player\animation.cpp
     文件        2235  2007-05-21 09:49  MP3Player\animation.h
     文件       31720  2007-05-21 09:57  MP3Player\mediaplayer2.cpp
     文件        7913  2007-05-21 09:57  MP3Player\mediaplayer2.h
     文件       10515  2007-05-21 09:57  MP3Player\mediaplayerdvd.cpp
     文件        3413  2007-05-21 09:57  MP3Player\mediaplayerdvd.h
     文件        1361  2010-10-28 14:40  MP3Player\MP3Player.clw
     文件        2105  2007-05-21 09:43  MP3Player\MP3Player.cpp
     文件        5521  2007-05-21 10:04  MP3Player\MP3Player.dsp
     文件         631  2007-05-21 10:04  MP3Player\MP3Player.dsw
     文件        1357  2007-05-21 09:43  MP3Player\MP3Player.h
     文件        7354  2007-05-21 11:15  MP3Player\MP3Player.rc
     文件        6696  2007-05-21 11:33  MP3Player\MP3PlayerDlg.cpp
     文件        1641  2007-05-21 10:43  MP3Player\MP3PlayerDlg.h
     文件         962  2007-05-21 10:07  MP3Player\resource.h
     文件         211  2007-05-21 09:43  MP3Player\StdAfx.cpp
     文件        1054  2007-05-21 09:43  MP3Player\StdAfx.h
     文件        5694  2007-05-21 09:49  MP3Player\res\32.ico
     文件        1078  2007-05-21 09:43  MP3Player\res\MP3Player.ico
     文件         401  2007-05-21 09:43  MP3Player\res\MP3Player.rc2

评论

共有 条评论