代码搜索:ZeroMemory
找到约 227 项符合「ZeroMemory」的源代码
代码结果 227
www.eeworm.com/read/353006/3091331
cpp osinfo.cpp
#include "stdafx.h"
#include "OSInfo.h"
//***********************************************
COSInfo::COSInfo()
{
ZeroMemory(&m_osvi, sizeof(OSVERSIONINFO));
m_osvi.dwOSVersionInfoSize = sizeof
www.eeworm.com/read/101619/15823522
cpp waverec.cpp
//
// Wave record class
//
#include "WaveRec.h"
CWaveRec::CWaveRec()
{
::ZeroMemory( &wavefile, sizeof(wavefile) );
fp = NULL;
::CopyMemory( wavefile.tagRIFF, "RIFF", sizeof(wavefil
www.eeworm.com/read/381959/9060760
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/371678/9542613
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/159220/10678952
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/271024/11012240
cpp stdafx.cpp
#include "stdafx.h"
CString OSVer()
{
OSVERSIONINFOEX os;
::ZeroMemory(&os,sizeof(os));
os.dwOSVersionInfoSize=sizeof(os);
::GetVersionEx(reinterpret_cast(&os));
if
www.eeworm.com/read/462004/7213073
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/453468/7419749
cpp masterserverinfoparser.cpp
#include "stdafx.h"
#include ".\masterserverinfoparser.h"
MasterServerInfoParser::MasterServerInfoParser(void)
{
m_wAccountDBProxyPort = 0;
ZeroMemory( m_szAccountDBProxyIP, sizeof(MAX_IPADDR
www.eeworm.com/read/145487/12719468
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/244495/12860361
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo