CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - CreateFile A
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - CreateFile A - List
[
Hook api
]
HookImport_src
DL : 0
Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Update
: 2008-10-13
Size
: 6.11kb
Publisher
:
l
[
Other
]
wdm5
DL : 0
用户态使用Win32 CreateFile访问驱动程序,dwShareMode为0时来请求独占内核对象在设备对象DEVICE_OBJECT结构中存储设备的信息,对于与设备的每个交互,相关的DEVICE_OBJECT被传递给驱动的回调例程。,但是开发者可以扩展设备结构,称为设备扩展 在PnP IRP中我们加载设备NTSTATUS Wdm1AddDevice( IN PDRIVER_OBJECT DriverObject,-Win32 users use CreateFile state visit to drivers, dwShareMode 12 a.m. to request exclusive to the core target object equipment DEVICE_OBJEC T structure of information storage devices, and equipment of each interaction, the DEVICE_OBJECT be passed to the callback - driven routines. , But developers can extend the equipment structure, known as the expansion of the equipment we PnP IRP loading equipment NTSTATUS Wdm1AddDevic e (IN PDRIVER_OBJECT DriverObject.
Update
: 2008-10-13
Size
: 2.22mb
Publisher
:
王三
[
Telnet Client
]
client
DL : 0
This program is a simple named pipe client that demonstrates the API calls needed to successfully develop a basic named pipe client application. When this application successfully connects to a named pipe, the message \"This is a test\" is written to the server. There are four basic steps needed to implement a client: 1. Wait for a Named Pipe instance to become available using the WaitNamedPipe() API function. 2. Connect to the Named Pipe using the CreateFile() API function. 3. Send data to or receive data from the server using the WriteFile() and ReadFile() API functions. 4. Close the Named Pipe session using the CloseHandle() API functions.
Update
: 2008-10-13
Size
: 3.43kb
Publisher
:
sean zhang
[
CSharp
]
CreateFile
DL : 0
这是个类一个利用C#来动态的创建文件的类,有了这个你也可以很方便的创建出象sohu、163等大网占的静态页面了-This is a category C# to create a dynamic document categories, with this you can easily create the ones like the 163 other big net for the static pages
Update
: 2008-10-13
Size
: 1.15kb
Publisher
:
黄鹏
[
CSharp
]
CreateFile
DL : 0
这是个类一个利用C#来动态的创建文件的类,有了这个你也可以很方便的创建出象sohu、163等大网占的静态页面了-This is a category C# to create a dynamic document categories, with this you can easily create the ones like the 163 other big net for the static pages
Update
: 2025-02-17
Size
: 1kb
Publisher
:
黄鹏
[
Hook api
]
HookImport_src
DL : 0
Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Update
: 2025-02-17
Size
: 6kb
Publisher
:
l
[
Other
]
wdm5
DL : 0
用户态使用Win32 CreateFile访问驱动程序,dwShareMode为0时来请求独占内核对象在设备对象DEVICE_OBJECT结构中存储设备的信息,对于与设备的每个交互,相关的DEVICE_OBJECT被传递给驱动的回调例程。,但是开发者可以扩展设备结构,称为设备扩展 在PnP IRP中我们加载设备NTSTATUS Wdm1AddDevice( IN PDRIVER_OBJECT DriverObject,-Win32 users use CreateFile state visit to drivers, dwShareMode 12 a.m. to request exclusive to the core target object equipment DEVICE_OBJEC T structure of information storage devices, and equipment of each interaction, the DEVICE_OBJECT be passed to the callback- driven routines. , But developers can extend the equipment structure, known as the expansion of the equipment we PnP IRP loading equipment NTSTATUS Wdm1AddDevic e (IN PDRIVER_OBJECT DriverObject.
Update
: 2025-02-17
Size
: 2.22mb
Publisher
:
王三
[
Software Engineering
]
USBtongxun
DL : 0
如果你想打开一个USB管道,你首先要知道这种USB设备的GUID和管理道名称, 获取句柄以后就可以使用ReadFile/WriteFile进行读写了!-If you want to open a USB pipeline You must first know the GUID of USB devices and management Road name, Access handles can use it after ReadFile/WriteFile for literacy!
Update
: 2025-02-17
Size
: 2kb
Publisher
:
副类
[
File Operate
]
createfilelist
DL : 0
实现把一个目录下的文件名,导入到一个*.lst的列表文件中-to achieve a directory under the file name into the*. lst a list of documents
Update
: 2025-02-17
Size
: 907kb
Publisher
:
lixue
[
Telnet Client
]
client
DL : 0
This program is a simple named pipe client that demonstrates the API calls needed to successfully develop a basic named pipe client application. When this application successfully connects to a named pipe, the message "This is a test" is written to the server. There are four basic steps needed to implement a client: 1. Wait for a Named Pipe instance to become available using the WaitNamedPipe() API function. 2. Connect to the Named Pipe using the CreateFile() API function. 3. Send data to or receive data from the server using the WriteFile() and ReadFile() API functions. 4. Close the Named Pipe session using the CloseHandle() API functions.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
sean zhang
[
File Operate
]
CreateFile1
DL : 0
一个用vc开发的小程序,创建文件,采用面向对象的设计思想,还是不错的-A small development with vc procedures, create a file using object-oriented design idea, or good
Update
: 2025-02-17
Size
: 26kb
Publisher
:
高修成
[
Disk Tools
]
ReadHddSector
DL : 0
直接读写硬盘扇区, 只要是通过CreateFile与ReadFile函数实现 而这个只是一个简单的例子-Direct reading and writing hard disk sectors, as long as it is through the CreateFile and ReadFile function and this is just a simple example
Update
: 2025-02-17
Size
: 189kb
Publisher
:
edwinle
[
Windows CE
]
3.1GPIO
DL : 0
GPIO输出控制实验,基于ARM9三星2410-GPIO output control experiment, based on the ARM9 Samsung 2410
Update
: 2025-02-17
Size
: 49kb
Publisher
:
李琼
[
Hook api
]
CeApiSpy
DL : 0
这是一个运行在Windows CE上的API监测工具,可以HOOK系统API,当前Hook了CreateFile, CreateProcess, Loadlibary函数,用户可以很方便的添加自己希望Hook德函数-This is a run on Windows CE on the API monitoring tool, you can HOOK system API, the current Hook the CreateFile, CreateProcess, Loadlibary function, users can easily add your own hope Tak Hook function
Update
: 2025-02-17
Size
: 4.04mb
Publisher
:
ChenMin
[
Driver Develop
]
ezusbdrv
DL : 0
EZ Added a Started flag to the device extension. This flag gets set after // the device has successfully Started. It is used to prevent a potential // race condition where an application could get a handle (with // CreateFile()) before the device is completely enumerated.-EZ Added a Started flag to the device extension. This flag gets set after // the device has successfully Started. It is used to prevent a potential // race condition where an application could get a handle (with // CreateFile()) before the device is completely enumerated.
Update
: 2025-02-17
Size
: 139kb
Publisher
:
david
[
File Operate
]
createfile
DL : 0
自己命名创建一个EXCEL文档,对怎么创建一个文档有困惑的同学可以-EXCEL their name to create a document, create a document on how students can have the confused look at the
Update
: 2025-02-17
Size
: 1kb
Publisher
:
佳
[
Hook api
]
HOOK_CreateFile
DL : 0
使用微软件的detours的LIB库WinAPI函数监控,-AppWizard has created this DetourDll DLL for you. This file contains a summary of what you will find in each of the files that make up your DetourDll application.
Update
: 2025-02-17
Size
: 148kb
Publisher
:
郑汉武
[
Hook api
]
Hook
DL : 0
1、自带detours库文件 说明文件pdf 2、底层HOOK API CreateFile 有范例程序(vs2008) 3、底层Hook API DeleteFile-1, detours library comes with documentation pdf 2, bottom HOOK API CreateFile a sample program (vs2008) 3, bottom Hook API DeleteFile
Update
: 2025-02-17
Size
: 937kb
Publisher
:
zhouyongku
[
VC/MFC
]
VC
DL : 0
文件操作是应用程序最为基本的功能之一,Win32 API 和 MFC 均提供有支持文件处理的函数 和类,常用的有 Win32 API 的 CreateFile()、WriteFile()、ReadFile()和 MFC 提供的 CFile 类 等。一般来说,以上这些函数可以满足大多数场合的要求,但是对于某些特殊应用领域所需要的 动辄几十 GB、几百 GB、乃至几 TB 的海量存储,再以通常的文件处理方法进行处理显然是行不通 的。目前,对于上述这种大文件的操作一般是以内存映射文件的方式来加以处理的,本文下面将 针对这种 Windows 核心编程技术展开讨论。 -File operations is the application one of the most basic function, Win32 API and MFC are providing support for document processing functions and classes, commonly used in the Win32 API CreateFile (), WriteFile (), ReadFile () and the MFC CFile class provides and so on. In general, these functions can satisfy the requirements of most situations, but for some special applications frequently need several GB, hundreds of GB, and even a few TB of mass storage, then the usual method of dealing with file handling obviously does not work. Currently, for the general operation of such large files is the way memory mapped files to be processed, this article will focus on the following Windows core programming techniques such discussions.
Update
: 2025-02-17
Size
: 207kb
Publisher
:
chenjun
[
Driver Develop
]
CreateFile
DL : 0
创建文件 并修改文件的 相关属性 时间等-Create a file and modify file attributes associated time
Update
: 2025-02-17
Size
: 868kb
Publisher
:
乐乐
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.