Posted on 2006-03-06 09:25
Raistlin 阅读(492)
评论(0) 编辑 收藏 引用 所属分类:
Other
GetOpenFileName
GetSaveFileName
SHFileOperation
ShellExecute
#include <winsvc.h>
OpenSCManager
OpenService
QueryServiceStatus
StartService
COleDispatchDriver
.m_bAutoRelease
ListView_SetExtendedListViewStyle(hWnd,LVS_EX_CHECKBOXES | LVS_EX_FULLROWSELECT);
EnumProcessModules
WM_DEVICECHANGE
SHGetSpecialFolderLocation
SHGetPathFromIDList
CAsyncMonikerFile 下载文件
PlgBlt
GetEnvironmentVariable
ExpandEnvironmentStrings
RegisterWindowsMessage
GetACP
The GetACP function retrieves the current ANSI code-page identifier for the system.
GetTextCharset
GetTextCharsetInfo
IsDBCSLeadByte
IsDBCSLeadByteEx
IsTextUnicode
MultiByteToWideChar
TranslateCharsetInfo
WideCharToMultiByte
declare @x int
select @x = 1
while @x < 100000
begin
insert table1(id, idv)values(@x, @x)
select @x = @x + 1
end
_com_issue_error
Video for Windows VFW
_TrackMouseEvent
MakeSureDirectoryPathExists
_taccess errno
GetFileAttributes
关于Script
IActiveScript
strtol 与 atol 的比较
http://www.openssl.org/ openssl 开源的数据加密 数字签名 等API
SQLBrowseConnect 带数据源选择对话框的连接
SQLDataSources 列出数据源名称描述.必须SQLSetEnvAttr 设置为odbc3.0版本(非常晕)
http://www.bruceeckel.com/ Bruce Eckel的主页。一堆好书
http://www.twinhelix.com/ 牛人的DHTML menu... 11k的.js文件。呃,jscript代码是很恶心的...so 实在佩服
const CString & Value: OK
CString & const Value以及CString & volitate Value ==>过时用法