代码搜索:WriteFile

找到约 554 项符合「WriteFile」的源代码

代码结果 554
www.eeworm.com/read/159854/5580201

bas fileiovb.bas

Attribute VB_Name = "fileiovb" ' ' Project: fileio ' ' Description: ' This is another simple app that uses the Win32 APIs CreateFile and ' WriteFile to create a file on a remote computer.
www.eeworm.com/read/415829/11051593

cpp processing.cpp

#include "stdafx.h" #include "Processing.h" #include #include #include #include "../Enc_Blowfish/Blowfish.h" #include "Security/FileWipe.h" #include "Files/SelfExtrac
www.eeworm.com/read/135035/13966292

c misc.c

/* **************************************************** */ /* file misc.c: contains pattern manipulation routines */ /* and miscellaneous other functions. */ /*
www.eeworm.com/read/112040/15494874

cpp userconfiguration.cpp

/*************************************************************************** userconfiguration.cpp - description ------------------- begin
www.eeworm.com/read/108939/15569554

cpp processing.cpp

#include "stdafx.h" #include "Processing.h" #include #include #include #include "../Enc_Blowfish/Blowfish.h" #include "Security/FileWipe.h" #include "Files/SelfExtrac
www.eeworm.com/read/104451/15692245

cpp main.cpp

/////////////////////////////////////////////////////////////////////////////// // // File: // main.cpp // // Purpose: // This file provdes the main entry point for the project, a
www.eeworm.com/read/192685/8366689

txt 检测modem是否正在使用.txt

简 单 的 办 法 是 使 用 Visual Basic的 MSComm控 制 。 可 以 使 用 PortOpen来 打 开 Modem。 如 果 Modem被 其 他 软 件 占 用 , 可 能 产 生 错 误 , 错 误 号 是 8005(Port already open)或 8010(The hardware is not available (locked by another dev
www.eeworm.com/read/289618/8539354

java tpfl.java

import java.awt.image.BufferedImage; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileReader; import java.io.FileWriter; import java.io.File
www.eeworm.com/read/428873/8832250

txt fax.txt

http://forums.microsoft.com/china/ShowPost.aspx?PostID=3897473&SiteID=15 使用FAXCOM.DLL来实现,引用这个COM组件并添加FAXCONTROLLib命名空间。 下面有一个简单的示例可以参考 protected void Button1_Click(object sender, EventArgs