搜索资源列表
notview
- 文件视图,Cfr a meWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock Ge
WindowsErrorCodes
- Windows 错误码翻译(子)程序 本程序包含两个关于 windows 错误的东西。 第一个是筛选器异常处理。使用这里的筛选器异常处理,首先要要引入源代码: #include \"Exception_Debug.cpp\" 然后在程序入口代码中使用如下代码: SetUnhandledExceptionFilter(_ProcessErrDealing) 这样就注册了一个筛选器异常处理。
ListingFiles
- This Program to listing all files and folder in one directory. FindNextFile, FindFirstFile, GetLastError, strcpy, strcat, printf
notview
- 文件视图,Cfr a meWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock Ge
WindowsErrorCodes
- Windows 错误码翻译(子)程序 本程序包含两个关于 windows 错误的东西。 第一个是筛选器异常处理。使用这里的筛选器异常处理,首先要要引入源代码: #include "Exception_Debug.cpp" 然后在程序入口代码中使用如下代码: SetUnhandledExceptionFilter(_ProcessErrDealing) 这样就注册了一个筛选器异常处理。 第二
EventLogMonitor-agent_1.02
- 监视log文件的变化-Monitor log file changes
ListingFiles
- This Program to listing all files and folder in one directory. FindNextFile, FindFirstFile, GetLastError, strcpy, strcat, printf-This Program to listing all files and folder in one directory. FindNextFile, FindFirstFi
SGIP1.2.0.10.DEMO
- 用c++编写的的中国联通SGIP协议,内容挺全。 MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsI
OneInstantance
- 让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY_EXISTS就表明存在 -Allow to run only one instance of the simple and practical method, first of all, in the InitInstance () function to create a
MyExceptionApp
- C++的异常类,实现的功能包括: 1、打印异常堆栈,类似于Java的printStackTrace 2、转换Windows的结构化异常;3、将GetLastError转换为异常类;4、对于进程中未捕获的异常,打印其堆栈信息-C++ Abnormal category, the realization of the features include: 1, print exception stack, similar to Java,
LookError
- 查找GetLastError 错误码工具,全中文显示!-Find GetLastError error code tools, all Chinese show!
proxy32
- 代理程序模块支持多种常用代理: 1, http代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 等-DeleteService StartServiceCtrlDispatcher RegisterServiceCtrlHandler SetServiceStatus Sleep GetCurrentDirectory GetModuleFileName GetSystemDirectory CopyFile O
ExcelToSQL
- 使用互斥量。在进程启动的时候,使用CreateMutex创建互斥量,然后通过GetLastError进行错误检查;如果错误返回的是ERROR_ALREADY_EXISTS,说明已经有一个进程在运行了,只需将这个进程提到前台就行了
GetPassword_Src
- 使用互斥量。在进程启动的时候,使用CreateMutex创建互斥量,然后通过GetLastError进行错误检查;如果错误返回的是ERROR_ALREADY_EXISTS,说明已经有一个进程在运行了,只需将这个进程提到前台就行了
QuickLaunch
- 这是VC++在任务栏中添加快速启动项的类,直接用BuildQuickLaunch即可创建快速启动项,使用GetLastError可以检查程序运行中是否有错误。-This is VC++ in the Quick Launch tray items to add categories, the direct use of BuildQuickLaunch items can create a quick start, use GetLas
Injector
- BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID)
ErrorShow
- 查看GetLastError返回值对应的描述-View GetLastError return value corresponds to the descr iption of
CreateMutex
- 禁止多个相同的程序运行,用到CreateMutex函数和GetLastError函数。-The using of CreateMutex.
QuickLaunchhao
- 这是VC++在任务栏中添加快速启动项的类,直接用BuildQuickLaunch即可创建快速启动项,使用GetLastError可以检查程序运行中是否有错误。 -This is VC++ in the Quick Launch tray items to add the class, you can create directly BuildQuickLaunch Quick Launch items, use GetLastErr
GetLastError返回值的意义
- GetLastError函数返回值的意义,MS编程常用资料(The meaning of the return value for GetLastError)