91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 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

評論

共有 條評論