Welcome![Sign In][Sign Up]
Location:
Search - createfile

Search list

[GDI-BitmapSOAVI2BMP_ACTIVEMOVIE

Description: 利用vfw技术实现avi视频文件播放,并可按帧转换为bmp位图文件。 AVIFileOpen,AVIFileGetStream,AVIStreamInfo,AVIFileRelease,AVIFileInit,AVIFileExit,AVIStreamGetFrameOpen,AVIStreamGetFrameClose,CreateFile,WriteFile,CloseHandle. ActiveMovie控件,声道音量调节CVolumeDlg,声道平衡调节CBalanceDlg. -use technology to broadcast avi video files, and frames can be converted to bitmap bmp documents. AVIFileOpen, AVIFileGetStream. AVIStreamInfo, AVIFileRelease. AVIFileInit, AVIFileExit. AVIStreamGetFrameOpen. AVIStreamGetFrameClose, CreateFile. WriteFile, CloseHandle. Application of ActiveMovie Control, CVolumeDlg channel to adjust the volume, track CBalanceDlg balance adjustment.
Platform: | Size: 390593 | Author: 罗鸣 | Hits:

[GUI Developtxt

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
Platform: | Size: 53512 | 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:

[WEB CodewinAPI_Sport_comm

Description: 实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。 函数名 作用 CreateFile 打开串口 GetCommState 检测串口设置 SetCommState 设置串口 BuilderCommDCB 用字符串中的值来填充设备控制块 GetCommTimeouts 检测通信超时设置 SetCommTimeouts 设置通信超时参数 SetCommMask 设定被监控事件 WaitCommEvent 等待被监控事件发生 WaitForMultipleObjects 等待多个被监测对象的结果 WriteFile 发送数据 ReadFile 接收数据 GetOverlappedResult 返回最后重叠(异步)操作结果 PurgeComm 清空串口缓冲区,退出所有相关操作 ClearCommError 更新串口状态结构体,并清除所有串口硬件错误 CloseHandle 关闭串行口
Platform: | Size: 5323 | Author: liupengty | Hits:

[Windows Developconstcharcharconst

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
Platform: | Size: 39175 | Author: cgw | Hits:

[Exploithuanchong

Description: 用三种方式进行文件缓存的操作,并通过比较平均时间来了解文件缓存的工作原理,涉及的主要API函数有CreateFile,ReadFile和WriteFile,GetOverlappedResult函数
Platform: | Size: 95636 | Author: 郭浩 | Hits:

[Exploithuancun

Description: 用三种方式进行文件缓存的操作,并通过比较平均时间来了解文件缓存的工作原理,涉及的主要API函数有CreateFile,ReadFile和WriteFile,GetOverlappedResult函数
Platform: | Size: 168666 | Author: 郭浩 | Hits:

[Multimedia programCdToWav

Description: CD抓轨的VC程序实现,通过API函数CreateFile获得设备句柄,再用API函数DeviceIoControl来实现对设备的访问获取信息。再此还会用到WAVE文件结构WAVEFORMATEX,再把读到的信息写到文件里生成WAVE格式的文件
Platform: | Size: 180597 | Author: 老吕 | Hits:

[File OperateFile

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
Platform: | Size: 36880 | Author: asfsafd | Hits:

[Other resourceFile

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
Platform: | Size: 38704 | Author: jiangyang520 | Hits:

[Other resourceU盘自动复制

Description: LoadLibrary GetProcAddress FreeLibrary LocalFree GetVersionEx CloseHandle MapViewOfFile UnmapViewOfFile ExitProcess SetUnhandledExceptionFilter CWinApp OpenMutex CreateMutex CreateThread DeviceIoControl CString GetLogicalDrives GetDriveType CreateFile GetSystemDirectory FindFirstFile GetLastError CopyFile FindClose Sleep CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon DefWindowProc ShowWindow
Platform: | Size: 10214 | Author: 王中才 | Hits:

[Hook apizjdQQ

Description: CFile CWinApp CString CloseHandle GetCurrentProcessId CallNextHookEx GetForegroundWindow SendMessage GetAsyncKeyState ZeroMemory GetKeyNameText SetWindowsHookEx UnhookWindowsHookEx EnumWindowsProc GetProp EnumWindows LoadLibrary GetProcAddress ShowWindow CDialog CDataExchange CWnd DestroyIcon LoadIcon SetProp GetSystemMenu CMenu LoadString AppendMenu CFileFind CreateFile IsIconic CPaintDC GetSystemMetrics CRect GetClientRect DrawIcon GetModuleFileName RegOpenKey RegSetValueEx
Platform: | Size: 1428 | Author: gulin | Hits:

[CommunicationWin32communication

Description: Win32下的几种串口通信编程 关键字:串口通信,CreateFile,MSCOMM32控件,嵌入汇编
Platform: | Size: 1786 | Author: shiyou | Hits:

[Hook apihookCreateFile

Description: hook windows api的程序,为hook Createfile api
Platform: | Size: 2122 | Author: 大龙 | Hits:

[Remote Control232_TCPIP

Description: 程序的最大缺陷:   Windows把硬件驱动的接口都进行了抽象和标准化,串口也不例外,大部分的设备都可以通过文件操作API进行存储控制,如:CreateFile、ReadFile、WriteFile等,其实很简单。网上有个SerialPort的类写得还不错,我就直接拿来用了,只做了小小的修改以满足我的要求。原本的类一次只能收发一个Byte,根据需要我改成了512 Byte,需要重点提出的是,当收发多字节数据时,数据的正确性和完整性更需要自己保证,因为串口协议标准只是定义在物理层和数据链路层,打个比方说,如果一次发送512 Byte,收到不一定是正确的512 Byte,所以自己要进行相关校验保证正确性,也可能不是一次就会完整的收到512 Byte,而是分多次收完所有数据,这时就要我们定义相关结构保证数据收发完整性。这些细节都是跟串口驱动的实现有关,读者感兴趣的话,可以查看相关文档。在这个应用程序中完全没有对这个问题进行防护处理,鉴于一次收发数据量小(512 Byte),并且只是自己的试验品,所以写得并不严谨,把数据收发理想为一次性正确收发,希望各位都能注意了。
Platform: | Size: 38910 | Author: Lee | Hits:

[Other resourceScrip_Creat_ini_file

Description: InstallScript工程里没有INI File Changes视图,通过脚本用“createfile”或者“xcreatefile”来创建。
Platform: | Size: 18333 | Author: lili | Hits:

[Disk ToolsReadHddSector

Description: 直接读写硬盘扇区, 只要是通过CreateFile与ReadFile函数实现 而这个只是一个简单的例子
Platform: | Size: 6239 | Author: edwinle | Hits:

[File OperateCreateFile

Description: 包含了文件夹创建、复制、隐藏、删除等操作。
Platform: | Size: 4310 | Author: 小熊猫 | Hits:

[Other resourcelesson12

Description: 孙鑫老师VC视频第十二课代码:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
Platform: | Size: 39007 | Author: shanyingying | Hits:

[Other resourcemyread

Description: 文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用
Platform: | Size: 36915 | Author: 周游 | Hits:
« 1 2 34 5 6 7 8 »

CodeBus www.codebus.net