Welcome![Sign In][Sign Up]
Location:
Search - CreateFile A

Search list

[Hook apiHookImport_src

Description: 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 ()
Platform: | Size: 6252 | Author: l | Hits:

[Otherwdm5

Description: 用户态使用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.
Platform: | Size: 2326781 | Author: 王三 | Hits:

[Telnet Clientclient

Description: 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.
Platform: | Size: 3509 | Author: sean zhang | Hits:

[CSharpCreateFile

Description: 这是个类一个利用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
Platform: | Size: 1182 | Author: 黄鹏 | Hits:

[CSharpCreateFile

Description: 这是个类一个利用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
Platform: | Size: 1024 | Author: 黄鹏 | Hits:

[Hook apiHookImport_src

Description: 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 ()
Platform: | Size: 6144 | Author: l | Hits:

[Otherwdm5

Description: 用户态使用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.
Platform: | Size: 2326528 | Author: 王三 | Hits:

[Software EngineeringUSBtongxun

Description: 如果你想打开一个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!
Platform: | Size: 2048 | Author: 副类 | Hits:

[File Operatecreatefilelist

Description: 实现把一个目录下的文件名,导入到一个*.lst的列表文件中-to achieve a directory under the file name into the*. lst a list of documents
Platform: | Size: 928768 | Author: lixue | Hits:

[Telnet Clientclient

Description: 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.
Platform: | Size: 3072 | Author: sean zhang | Hits:

[File OperateCreateFile1

Description: 一个用vc开发的小程序,创建文件,采用面向对象的设计思想,还是不错的-A small development with vc procedures, create a file using object-oriented design idea, or good
Platform: | Size: 26624 | Author: 高修成 | Hits:

[Disk ToolsReadHddSector

Description: 直接读写硬盘扇区, 只要是通过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
Platform: | Size: 193536 | Author: edwinle | Hits:

[Windows CE3.1GPIO

Description: GPIO输出控制实验,基于ARM9三星2410-GPIO output control experiment, based on the ARM9 Samsung 2410
Platform: | Size: 50176 | Author: 李琼 | Hits:

[Hook apiCeApiSpy

Description: 这是一个运行在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
Platform: | Size: 4239360 | Author: ChenMin | Hits:

[Driver Developezusbdrv

Description: 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.
Platform: | Size: 142336 | Author: david | Hits:

[File Operatecreatefile

Description: 自己命名创建一个EXCEL文档,对怎么创建一个文档有困惑的同学可以-EXCEL their name to create a document, create a document on how students can have the confused look at the
Platform: | Size: 1024 | Author: | Hits:

[Hook apiHOOK_CreateFile

Description: 使用微软件的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.
Platform: | Size: 151552 | Author: 郑汉武 | Hits:

[Hook apiHook

Description: 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
Platform: | Size: 959488 | Author: zhouyongku | Hits:

[VC/MFCVC

Description: 文件操作是应用程序最为基本的功能之一,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.
Platform: | Size: 211968 | Author: chenjun | Hits:

[Driver DevelopCreateFile

Description: 创建文件 并修改文件的 相关属性 时间等-Create a file and modify file attributes associated time
Platform: | Size: 888832 | Author: 乐乐 | Hits:
« 12 »

CodeBus www.codebus.net