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
LPCTSTR
vc遍历目录
.* " BOOL IsRoot(
LPCTSTR
lpszPath) { &n
·
2015-10-30 20:27
遍历
Delphi下检查SQL Server服务器当前运行状态!
----------原来做过:function GetSqlServerStatus(lpszComputerName:
LPCTSTR
): Inte
·
2015-10-30 14:58
SQL Server
《Windows核心编程》——进程
获取当前进程句柄: 1 HMODULE GetModuleHandle( 2
LPCTSTR
lpModuleName
·
2015-10-30 14:55
windows
CDC字符串长宽和字体信息。
CSize GetTextExtent(
LPCTSTR
lpszString, int nCount ) const; CSize GetTextExtent( const CString
·
2015-10-30 14:31
字符串
listctrl查找定位 使用测试过还很好用
简单的查找函数// FindString(CListCtrl& , 查找内容 , 开始位置 , 到达底部时是否从头查找)int FindString(CListCtrl& list,
LPCTSTR
·
2015-10-30 14:25
list
CString、BSTR和
LPCTSTR
之间的区别
定义为:typedef OLECHAR FAR* BSTR 3、
LPCTSTR
:常量的TCHAR指针。
·
2015-10-30 14:53
String
VC++ CopyFile函数使用方法
BOOL CopyFile(
LPCTSTR
lpExistingFileName, // pointer to name of an existing file
LPCTSTR
lpNewFileName
·
2015-10-30 13:50
vc++
ListCtrl设置背景图标
rainboy2010/ListCtrlBKImage.zip 主要代码如下: BOOL CmfctestDlg::ListCtrl_SetBackground(HWND hListCtrl,
LPCTSTR
·
2015-10-30 12:54
list
smartphone 下读取快捷方式 (2)
SHGetShortcutTarget,下面给了,自己写得读取的例子,虽然自己写的很辛苦,但最后还是使用的系统的~~ 1 TCHAR * CMainDlg::GetShortCut(
LPCTSTR
·
2015-10-28 08:32
one
CDC::DrawText详解(碰到的问题与DT_NOPREFIX有关,记一下)
nbsp; int DrawText( HDC hDC, // 设备描述表句柄
LPCTSTR
·
2015-10-27 16:56
text
BSTR 、
LPCTSTR
、CString附C语言串基本操作
CString ,BSTR ,
LPCTSTR
之间关系和区别CString是一个动态TCHAR数组,BSTR是一种专有格式的字符串(需要用系统提供的函数来操纵,
LPCTSTR
只是一个常量的TCHAR指针。
·
2015-10-27 16:15
String
vc++2008常见错误处理
1: error C2664: 'CButton::Create' : cannot convert parameter 1 from 'const char [4]' to '
LPCTSTR
·
2015-10-27 16:08
vc++
跟踪MFC的源码
appcore.app CWinApp::CWinApp(
LPCTSTR
lpszAppName){ if (lpszAppName !
·
2015-10-27 15:47
mfc
跟踪MFC 事件流程.
调用 CWinApp::CWinApp(
LPCTSTR
lpszAppName) 构造函数 主要是设置 AFX_MODULE_STATE,AFX_MODULE_THREAD_STATE 的实例句柄
·
2015-10-27 15:47
mfc
FindWindow使用方法
函数型:HWND FindWindow(
LPCTSTR
IpClassName,
LPCTSTR
IpWindowName);  
·
2015-10-27 14:36
window
格式化HRESULT获取对应文本
CString CXXUtil::FormatMessageFor(HRESULT hr) { CString strMsg; LPVOID pvMsgBuf = NULL;
LPCTSTR
·
2015-10-27 13:51
HRESULT
实战DeviceIoControl 之三:制作磁盘镜像文件
本例实现其功能的核心代码如下: // 打开磁盘HANDLE OpenDisk(
LPCTSTR
filename){
·
2015-10-23 08:30
device
路径相关的函数
BOOL PathFileExists(
LPCTSTR
lpszPath)功能:检查文件/路径是否存在LPTSTR PathFindFileName(
LPCTSTR
pPath)功能:获得路径中的文件名例如
·
2015-10-23 08:17
函数
Create和CreateEx 区别
先来看CreateEx函数: BOOL CWnd::CreateEx(DWORD dwExStyle,
LPCTSTR
lpszClassName,
LPCTSTR
lpszWindowName
·
2015-10-23 08:31
create
LoadString用法
这就要用到LoadString的另一种用法,我们可以这样用
LPCTSTR
lpcStr = (
LPCTSTR
)LoadString(hIns
·
2015-10-23 08:01
String
MFC下的MessageBox使用_附带CBUTTON
函数原型:int MessageBox(HWND hWnd,
LPCTSTR
IpCaption,UINT UType); 功能定义 参数: hWnd:标识将被创建的消息框的拥有窗口
·
2015-10-23 08:48
message
常用的GDI+ 函数使用例子
Image(L"test.png"); //如果需要通过ID 来加载的话 BOOL CSmalltmpdemoDlg::ImageFromIDResource(UINT nID,
LPCTSTR
·
2015-10-23 08:23
函数
配置文件INI的操作
Win.ini文件的写入 使用 的WritePrivateProfileString()函数,函数声明是 BOOL WritePrivateProfileString(
LPCTSTR
·
2015-10-23 08:22
配置文件
读书笔记——Windows核心编程(2)比较字符串
EX版本使用UNICODE int CompareString( __in LCID Locale, __in DWORD dwCmpFlags, __in
LPCTSTR
·
2015-10-21 13:10
windows
vc中常用文件操作(二) Ini文件操作
程序初始化时再读入.具体应用如下: 一.将信息写入.INI文件中. 1.所用的WINAPI函数原型为: BOOL WritePrivateProfileString( 其中各参数的意义:
LPCTSTR
·
2015-10-21 13:56
文件操作
vc中常用文件操作(四)CStdioFile
其中函数void CStdioFile::WriteString(
LPCTSTR
lpsz )写入一个字符串,需要给字符串lpsz的末尾加上换行标志”\r\n”;函数bool CStdioFile::
·
2015-10-21 13:55
File
LoadLibrary文件路径及windows API相关的文件路径问题
LoadLibrary HMODULE WINAPI LoadLibrary( _In_
LPCTSTR
lpFileName ); Loads
·
2015-10-21 12:24
windows
将unicode下的wstring转化成ansi下的string
//将unicode下的wstring转化成ansi下的stringinline std::string UnicodeToASCII(
LPCTSTR
lpszText){  
·
2015-10-21 12:10
unicode
VC 中与字符串相关的宏 _T、TEXT,_TEXT、L 的作用
CSDN原博文:http://blog.csdn.net/houkai363/article/details/8134787 遇到了:不能将参数 1 从“const char [5]”转换为“
LPCTSTR
·
2015-10-21 12:30
text
GDI绘图基本步骤总结
获得绘图的窗口句柄 方法(详细参数及其调用可以看考MSDN): 1、 HWND FindWindow(
LPCTSTR
·
2015-10-21 12:45
总结
CreateWindowEx和CreateWindow的区别
函数原型:HWND CreateWindowEx(DWORD dwExStle,
LPCTSTR
IpClassName,
LPCTSTR
lpWindowName,DWORD dwStyle,
·
2015-10-21 12:27
window
VC UAC for win7
PWTSQueryUserToken)(ULONG SessionId, PHANDLE phToken); BOOL DSCreateProcess(DWORD flags, DWORD session,
LPCTSTR
·
2015-10-21 12:24
win7
FindWindow(api)确认程序是否在运行
quot;); //得到窗口句柄 HWND FindWindow(
LPCTSTR
·
2015-10-21 12:51
window
showErrorInfo
void showErrorInfo(UINT nErrCode, UINT nLine,
LPCTSTR
lpFuncName, UINT nType); /******************
·
2015-10-21 11:06
error
wince -- 驱动程序的编写规范
1.实现一个动态库,其中实现以下函数: DWORD xxx_Init(
LPCTSTR
pContext, LPCVOID lpvBusContext); DWORD xxx_Deinit( DWORD
·
2015-10-21 11:36
WinCE
深入浅出VC++串口编程之基于Win32 API
打开串口 Win32 中用于打开串口的API 函数为CreateFile,其原型为: HANDLE CreateFile (
LPCTSTR
lpFileName, //将要打开的串口逻辑名,
·
2015-10-21 11:34
Win32
vc中
LPCTSTR
类型的问题解决
vs2005和2008中,很多函数的中字符串是用
LPCTSTR
类型来表示,如果直接使用“hello world”来使用,会报错 比如:cannot convert paramter from const
·
2015-10-21 11:30
VC
Csocket中的10022错误解决
但是使用默认参数是不会报这个错误 端口号很容易明白就是UINT类型,写数字就行 但是ip地址是
lpctstr
类型,这个地方就有问题,经过我的测试,这个ip参数,必须先定义一个c
·
2015-10-21 11:30
socket
VC++实现镜像劫持(360保险箱启动原理)
include <windows.h> int main(int argc, char* argv[]){ char temp[256]; DWORD ret;
LPCTSTR
·
2015-10-21 11:30
vc++
MessageBox()方法使用
Hello World"), TEXT ("Hello2"), MB_OK); MessageBox函数原型如下:int MessageBox (HWND hWnd,
LPCTSTR
·
2015-10-21 11:40
message
shell_2
LPCTSTR
lpFile;
LPCTSTR
lpParameters;
LPCTSTR
lpDirectory;int nShow;HINSTANCE hInstApp;LPVOID lpIDList;
·
2015-10-21 11:54
shell
利用MoveFileEx实现程序的隐藏、自启动与自删除
MoveFileEx函数的原型如下: BOOL MoveFileEx (
LPCTSTR
lpExistingFileName,
LPCTSTR
lpNewFileName,  
·
2015-10-21 11:41
File
MFC操作注册表
打开注册表键 1 LONG RegOpenKeyEx( 2 HKEY hKey, // handle to open key主键 3
LPCTSTR
lpSubKey
·
2015-10-21 11:23
mfc
VC中注册组件的代码
void RegisterCom(
LPCTSTR
pszDllName){ // 装 载ActiveX 控 件 HINSTANCE hLib = LoadLibrary(pszDllName
·
2015-10-21 10:05
代码
windows的磁盘操作之九——区分本地磁盘与移动硬盘
在网上搜一搜一般会找到一个最直接的API , GetDriveType ,其原型为 UINT GetDriveType(
LPCTSTR
lpRootPathName)
·
2015-10-21 10:14
windows
WindowsAPI详解——GetDriveType 获得逻辑驱动器的类型
http://flyxxtt.blogbus.com/logs/43181576.html 函数原型:UINT GetDriveType(
LPCTSTR
lpRootPathName) 参数
·
2015-10-21 10:14
windows
CString ,BSTR ,
LPCTSTR
之间关系和区别
CString ,BSTR ,
LPCTSTR
之间关系和区别CString是一个动态TCHAR数组,BSTR是一种专有格式的字符串(需要用系统提供的函数来操纵,
LPCTSTR
只是一个常量的TCHAR指针。
·
2015-10-21 10:33
String
开始VC之路--创建窗体
我们一般可以通过CFreameWnd类中的Create()方法来创建一个窗体,Create()函数的定义如下: BOOL Create(
LPCTSTR
lpszClassName, &nbs
·
2015-10-21 10:22
创建
基本常用控件基本用法
创建按钮:BOOL CButton::Create(
LPCTSTR
lpszCaption, DWORD dwStyle, const RECT& r
·
2015-10-21 10:14
常用
tr
tr#ifdef _UNICODECString trW(
LPCTSTR
format,){ int len; va_list arg; CString text; if (format
天下
·
2015-10-10 17:00
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他