代码搜索:ZeroMemory
找到约 227 项符合「ZeroMemory」的源代码
代码结果 227
www.eeworm.com/read/168886/9890203
c mpeg2dec.c
/*
* Copyright (C) Chia-chen Kuo - Jan 2001
*
* This file is part of DVD2AVI, a free MPEG-2 decoder
*
* DVD2AVI is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/163229/10169370
cpp charinfo.cpp
// CharInfo.cpp: implementation of the CCharInfo class.
//
//////////////////////////////////////////////////////////////////////
#include "CharInfo.h"
////////////////////////////////////////
www.eeworm.com/read/397486/8042629
cpp guild.cpp
// Guild.cpp: implementation of the CGuild class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "server.h"
#include "Guild.h"
#ifdef
www.eeworm.com/read/240304/13226217
cpp popmenu.cpp
/////////////////////////////////////////////////////////////////////////////
//
// Public Domain.
//
////////////////////////////////////////////////////////////////////
www.eeworm.com/read/314599/13563910
cpp filectrl.cpp
#include "stdafx.h"
#include "fileCtrl.h"
//////////////////////////////////////////////////////////////////////////
// 构造与析构
CFileCtrl::CFileCtrl()
: m_bIsFile(true),
m_bBufSubFiles(false
www.eeworm.com/read/151377/12217075
h datadef.h
////////////////////////////////////////////////////////////////////////////////////
//文件名: DataDef.h
//功能: 平台通信接口模块的数据类型定义
//
//创建时间:2001-9-11
//修改人: 杨祖明
//修改时间:2001-10-18
///////////////
www.eeworm.com/read/151377/12217155
cpp strsplitter.cpp
/////////////////////////////////////////////////////////////////////
//
//创建时间:2001-3-29
//修改时间:2001-3-29
//功能: 数据描述文件
//修改人: 杨祖明
//修改时间:2001-10-30
//修改原因:改版CMPP1.2
//////////////////////
www.eeworm.com/read/393830/8261251
cpp guild.cpp
// Guild.cpp: implementation of the CGuild class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "server.h"
#include "Guild.h"
#ifdef
www.eeworm.com/read/308019/13711124
cpp parameterpaser.cpp
#include ".\parameterpaser.h"
CParameterPaser::CParameterPaser(void)
{
ZeroMemory( m_szPath, MAX_PATH );
ZeroMemory( m_szIP, MAX_PATH );
ZeroMemory( m_szID, MAX_ID );
ZeroMemory( m_szPas
www.eeworm.com/read/192685/8363194
txt 按文件类型获取其图标.txt
SHGetFileInfo可 以 按 文 件 类 型 取 图 标 , 如 :
SHFILEINFO sfi;
HIMAGELIST hil;
ZeroMemory(&sfi,sizeof(sfi));
hil = SHGetFileInfo(".zip",
FILE_ATTRIBUTE_NORMAL,