E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ZeroMemory
MFC中实现选择文件夹对话框
TCHARszPath[MAX_PATH]; //存放选择的目录路径 CString str;
ZeroMemory
(szPath, sizeof(szPath));
HarbinZJU
·
2011-08-16 23:00
MFC:选择文件夹,并列举文件夹中的内容,进行处理
//将选择的文件夹路径保存在此变量中 CStringm_FileSrc; TCHARBuffer[MAX_PATH]; BROWSEINFObi;
ZeroMemory
(&bi,sizeof(BROWSEINFO
hustspy1990
·
2011-08-08 21:00
null
BI
buffer
mfc
Path
[一分钟学会系列之五]一分钟学会提取文件图标,保存为透明图片(附DEMO程序)
DestroyIconHICON HICONGetFileIcon(constCString&strFilePath,BOOLbLarge) { SHFILEINFOSHFI;
ZeroMemory
HarbinZJU
·
2011-08-08 09:00
image
null
delete
byte
不常用的Windows API及小功能收集中...
1.判断当前OS默认的是单击还是双击BOOLIsDoubleClickInWebView() { SHELLFLAGSTATEsfs;
ZeroMemory
(&sfs,sizeof(SHELLFLAGSTATE
woyaowenzi
·
2011-07-10 21:00
windows
api
function
OS
null
获取DNS列表
FIXED_INFO pi;
ZeroMemory
(&pi,sizeof(pi));ULONG pLen=sizeof(pi);GetNetworkParams(&pi,&pLen
happmaoo
·
2011-06-29 15:00
dns
获取逻辑磁盘符
//第一种方法 DWORD dwDrive;dwDrive = GetLogicalDrives(); //第二种方法 TCHAR RootPathName[MAX_PATH];
ZeroMemory
happmaoo
·
2011-06-29 15:00
获取
获取文件名
charFname[512];fileName*pNext;};//用于保存文件名fileName*pHead=NULL;voidFindPathFile(char*path){WIN32_FIND_DATAFD;
ZeroMemory
bizhu12
·
2011-06-22 22:00
Path
include
windows api 实现删除指定目录下的所有文件(包括子文件夹下的所有文件)
CFileFind相关的示例,但因这部分功能需要放在服务器端,故用winapi实现了这个功能,代码如下:BOOLIsDirectory(constchar*pDir){charszCurPath[500];
ZeroMemory
jaff20071234
·
2011-06-21 20:00
windows
String
api
服务器
File
Path
判断操作系统的版本
判断是否为Win7操作系统: OSVERSIONINFOversion;
ZeroMemory
(&version,sizeof(OSVERSIONINFO)); version.dwOSVersionInfoSize
qinqqfirst
·
2011-06-21 17:00
获取打开文件的PID
varSI:TStartupInfo;PI:TProcessInformation;pid:DWORD;beginZeroMemory(@SI,SizeOf(SI));//
ZeroMemory
宏用0来填充一块内存区域
chinazhd
·
2011-06-19 00:00
获取GetOpenFileName多选文件名
TCHARszOpenFileNames[80*MAX_PATH];TCHARszPath[MAX_PATH];TCHARszFileName[80*MAX_PATH];TCHAR*p;intnLen=0;
ZeroMemory
SysProgram
·
2011-06-13 16:00
null
Path
实现浏览文件夹功能
实现浏览文件夹功能 将下面代码粘贴即可实现选中文件夹功能//其中folderPath保存的就是选中的文件夹路径 BROWSEINFObi; charname[MAX_PATH];
ZeroMemory
Very_2
·
2011-06-10 23:00
ListView-添加标题列
listview控件,添加列的操作例子: LV_COLUMN lc;
ZeroMemory
(&lc,sizeof(lc)); lc.cchTextMax = 256; lc.cx = 100
happmaoo
·
2011-06-10 16:00
ListView
创建进程API CreateProcess Demo
#include#include"console.h"intmain(){PROCESS_INFORMATIONpi;STARTUPINFOsi;
ZeroMemory
(&si,sizeof(si));si.cb
iamoyjj
·
2011-06-06 22:00
windows
api
null
System
Path
include
SHFileOperation删除和拷贝文件(夹)
BOOLDeleteFolder(LPCTSTRlpszPath){SHFILEOPSTRUCTFileOp;
ZeroMemory
((void*)&FileOp,sizeof(SHFILEOPSTRUCT
kingsollyu
·
2011-05-22 21:00
ZeroMemory
、memset 和 “={0}”
ZeroMemory
、memset和“={0}”三者用于清零操作的区别:首先是
ZeroMemory
和memset的区别:1、
ZeroMemory
是微软的SDK提供的,memset属于CRun-timeLibrary
xhhjin
·
2011-05-11 17:00
exception
windows
struct
vector
Class
library
ZeroMemory
、memset 和 “={0}”
ZeroMemory
、memset和“={0}”三者用于清零操作的区别:首先是
ZeroMemory
和memset的区别:1、
ZeroMemory
是微软的SDK提供的,memset属于CRun-timeLibrary
yanzhibo
·
2011-04-29 13:00
ZeroMemory
、memset 和 “={0}”
ZeroMemory
、memset 和 “={0}” 三者用于清零操作的区别: 首先是
ZeroMemory
和memset 的区别: 1、
ZeroMemory
是微软的SDK 提供的,memset
whyabc
·
2011-04-29 13:00
memory
关于打印图片的一个例子
DOCINFOdocInfo;
ZeroMemory
(&docInfo,sizeof(docInfo)); docInfo.cbSize=sizeof(docInfo); docInfo.lpszDocName
gisgan2006
·
2011-03-29 11:00
ZeroMemory
、memset 和 “={0}”的联系与区别
ZeroMemory
、memset和“={0}”三者用于清零操作的区别:首先是
ZeroMemory
和memset的区别:1、
ZeroMemory
是微软的SDK提供的,memset属于CRun-timeLibrary
prettywhitewolf_xiao
·
2011-03-25 16:00
C++成员函数的HOOK
发现出现堆栈失衡现象,后来研究发现是因为,对于如下的调用: HRESULT_stdcallSetMaterial(D3DMATERIAL9*pMaterial); D3DMATERIAL9mtrl; ::
ZeroMemory
winsunxu
·
2011-03-22 20:00
C++
c
hook
高精度算法一:加法和减法
ints[MAXSIZE];//保存数据数组};voidStringToData(conststring&s,Data&d)//将string转换为Data{if(s.size()==0){return;}
ZeroMemory
acdnjjjdjkdckjj
·
2011-03-12 17:00
c
算法
String
struct
include
distance
[VC++]UTF8与ASCII格式互转
ANSI.here is code snippets converting ANSI to UTF-8CString aaa="abc";//CP_ACP CP_UTF8wchar_t wbuf[128];
ZeroMemory
xiaoxu0123
·
2011-03-01 15:00
sql
mysql
null
Integer
vc++
byte
加载文件夹里面的文件
CStringstrIni;//这个可以赋予初值,也可以设置为空CStringstrPath;BROWSEINFObi;charname[MAX_PATH];
ZeroMemory
(&bi,sizeof
caowei880123
·
2011-02-25 11:00
c++ 守护进程程序
STARTUPINFOsi; PROCESS_INFORMATIONpi;//进程信息:
ZeroMemory
(&si,sizeof(si)); si.cb=sizeof(si);
ZeroMemory
ALLENJIAO
·
2011-02-22 13:00
C++
c
测试
cmd
null
System
c++ 守护进程程序
STARTUPINFOsi;PROCESS_INFORMATIONpi;//进程信息:
ZeroMemory
(&si,sizeof(si));si.cb=sizeof(si);
ZeroMemory
(&pi
allenjiao
·
2011-02-22 13:00
C++程序开发
Unicode与UTF8编码转换
char*p; intiLen; iLen=MultiByteToWideChar(CP_ACP,0,szText,-1,NULL,0); chBuf=newWCHAR[iLen+1];
ZeroMemory
CrackRen
·
2011-02-21 14:00
递归遍历文件(文件夹)
function:递归遍历文件夹*/#defineFOLDERNAME256voidFindFolder(stringszDirPath){char*FolderName=newchar[FOLDERNAME];
ZeroMemory
farcall
·
2011-02-17 12:00
function
String
File
Blog
Security
null
Ribbon中改变字体的方法
LOGFONTlogFont;
ZeroMemory
((void*)&logFont,sizeof(logFont));strcpy(logFont.lfFaceName,"宋体");logFont.lfHeight
dangoudi
·
2011-02-14 17:00
MFC备忘录
守护进程
include"atltime.h"usingnamespacestd;int_tmain(intargc,_TCHAR*argv[]){STARTUPINFOsi;PROCESS_INFORMATIONpi;//进程信息:
ZeroMemory
zyyoung
·
2011-02-10 09:00
文件浏览对话框(旧式的文件浏览对话框)
浏览对话框代码:{ BROWSEINFObi; charbuffer[MAX_PATH];
ZeroMemory
(buffer,MAX_PATH); bi.hwndOwner=GetSafeHwnd
oldmtn
·
2011-02-07 20:00
windows
null
buffer
Path
wizard
winapi
获取当前exe文件所在文件夹路径接口(c语言)
Code: // 获取exe所在文件夹路径 void GetAppPath(TCHAR* lpPath, DWORD dwBufferSize) {
ZeroMemory
(lpPath,
ycc892009
·
2010-12-28 19:00
c
null
exe
语言
Path
在windows下如何用c++编写守护进程
includeusingnamespacestd;int_tmain(intargc,TCHAR*argv[]) { STARTUPINFOsi;PROCESS_INFORMATIONpi;//进程信息:
ZeroMemory
Awey_001
·
2010-12-23 16:00
MFC如何打开文件路径
linyangmumu.blog.163.com/blog/static/6903134920101024419380/ 1.voidOpenFile(){CStringm_FileDir; BROWSEINFObi;
ZeroMemory
fengbingchun
·
2010-12-21 16:00
基于VC++2010实现截获Windows 7密码
;system("pause");charbuffer[10000];
ZeroMemory
(buffer,10000);charLogPath[255]={0};GetSystemDirectory(LogPath
yincheng01
·
2010-12-17 16:00
windows
null
buffer
vc++
2010
winapi
基于VC++2010实现截获Windows 7密码
"); system("pause"); char buffer[10000];
ZeroMemory
(buffer,10000); char LogPath[255] =
ihuashao
·
2010-12-17 16:00
数据结构
windows
XP
Microsoft
vc++
基于VC++2010实现截获Windows 7密码
"); system("pause"); char buffer[10000];
ZeroMemory
(buffer,10000); char LogPath[255] =
winzenghua
·
2010-12-17 16:00
数据结构
windows
Microsoft
XP
vc++
保存字符串到图片
voidCTestSaveStringDlg::OnBnClickedOk(){CFontfont;LOGFONTlf;
ZeroMemory
(&lf,sizeof(LOGFONT));lf.lfCharSet
varding
·
2010-12-15 10:00
File
null
BI
delete
Path
colors
变量初始化问题
inta[100];
ZeroMemory
(a,sizeof(a)/sizeof(int));printf(a[99]);==>输出的是一个随机数
ZeroMemory
(a,sizeof(a));printf
js_gary
·
2010-11-18 09:00
ZeroMemory
函数:把一块内存初始化为0
ZeroMemory
函数:把一块内存初始化为0。
panjean
·
2010-11-10 13:00
用代码创建连接"PPPOE”
ZeroMemory
(lpRasEntry,sizeof(RASENTRY)); lpRasEntry->dwSize=dwBufferSize; lpRasEntry->dwfOptions=RASEO_SwCompression
91program
·
2010-10-30 08:00
Skin++ 使用unicode编码
在skinPPWTL.h中 //将strcpy_s(szResImageName,_MAX_FNAME,_T(""));修改为
ZeroMemory
(szResImageName,
javababy1
·
2010-10-26 15:00
unicode
RGB565、RGB555、RGB888图像DIB显示
RGB565:BITMAPINFOHEADERbmpHeader;
ZeroMemory
(&bmpHeader,sizeofBITMAPINFOHEADER);bmpHeader.biSize=sizeofBITMAPINFOHEADER
alien75
·
2010-10-08 13:00
null
BI
colors
深度剖析WinPcap之(八)――打开与关闭适配器(9)
----------------------------------续前节-------------------------------------- //内存清零
ZeroMemory
(lpAdapter
runhook
·
2010-09-05 20:03
职场
休闲
winpcap
深度剖析WinPcap之(八)――打开与关闭适配器(9)
----------------------------------续前节-------------------------------------- //内存清零
ZeroMemory
(lpAdapter
runhook
·
2010-09-05 20:03
职场
休闲
winpcap
ZeroMemory
、memset 和“={0}” 用于清零操作的区别
最近遇到
ZeroMemory
引起的很多问题,找到下面篇文章,内容暂未经验证.先转过来备忘.
g5dsk
·
2010-08-16 01:00
exception
windows
struct
vector
Class
library
打开文件选择框
voidTestGetOpenFileName(void){//OPENFILENAMEofn;//设置此属性TCHARszFile[MAX_PATH];//存放处//³õʼ»¯Ñ¡ÔñÎļþ¶Ô»°¿ò¡£
ZeroMemory
dadalan
·
2010-08-05 17:00
Path
再谈 win32 程序的 UI 测试
1.首先,你需要创建进程: {TCHARcmdLine[1]=_T("");STARTUPINFOsi;
ZeroMemory
(&si,sizeof(START
shell_picker
·
2010-07-22 14:00
D3DXCreateFontIndirect
下面列举一个使用D3DXFONT_DESC作为参数的例子: IDirect3DDevice9* Device = 0; ID3DXFont* Font = 0; D3DXFONT_DESC fontDesc;
ZeroMemory
wapysun
·
2010-07-12 21:00
create
结构体中用到了CString类型
结构体中用到了CString类型,那么对这个结构体的操作就会受到一些限制:1.不能使用sizeof()之类的函数2.不能使用new来分配结构体内存3.不能把结构体的实例进行拷贝再补充一下,不能用
ZeroMemory
dongfangyu
·
2010-07-07 12:00
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他