資源簡介
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??MP3Pla
?????文件????????2235??2007-05-21?09:49??MP3Pla
?????文件???????31720??2007-05-21?09:57??MP3Pla
?????文件????????7913??2007-05-21?09:57??MP3Pla
?????文件???????10515??2007-05-21?09:57??MP3Pla
?????文件????????3413??2007-05-21?09:57??MP3Pla
?????文件????????1361??2010-10-28?14:40??MP3Pla
?????文件????????2105??2007-05-21?09:43??MP3Pla
?????文件????????5521??2007-05-21?10:04??MP3Pla
?????文件?????????631??2007-05-21?10:04??MP3Pla
?????文件????????1357??2007-05-21?09:43??MP3Pla
?????文件????????7354??2007-05-21?11:15??MP3Pla
?????文件????????6696??2007-05-21?11:33??MP3Pla
?????文件????????1641??2007-05-21?10:43??MP3Pla
?????文件?????????962??2007-05-21?10:07??MP3Pla
?????文件?????????211??2007-05-21?09:43??MP3Pla
?????文件????????1054??2007-05-21?09:43??MP3Pla
?????文件????????5694??2007-05-21?09:49??MP3Pla
?????文件????????1078??2007-05-21?09:43??MP3Pla
?????文件?????????401??2007-05-21?09:43??MP3Pla
評論
共有 條評論