代码搜索:WriteFile

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

代码结果 554
www.eeworm.com/read/379592/9192435

cpp gostdemo.cpp

// GostDemo.cpp : Defines the entry point for the console application. // #include "stdafx.h" /*********************************************************************/ /*- */ /*-
www.eeworm.com/read/373456/9455445

h recvfile.h

#include //CInitSock initsock; BOOL recvfile(SOCKET s) { HANDLE handle= ::CreateFile("01.bmp",GENERIC_READ|GENERIC_WRITE,0,NULL,CREATE_ALWAYS,FILE_FLAG_WRITE_THROUGH,NULL); if(
www.eeworm.com/read/366059/9835537

java zuoye.java

import java.io.*; public class zuoye { /**电子商务 3061003 周宝义 *baoyizhou@126.com */ public static void main(String[] args) { int b; //可以修改文件大小 byte buffer[]=new byte[100]; try{ Syst
www.eeworm.com/read/365475/9862321

cpp mobilecfg.cpp

// MobileCfg.cpp: implementation of the CMobileCfg class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MobileCfg.h" #include "AcesCryp
www.eeworm.com/read/166904/9990499

cpp yjbkdlg.cpp

// YjbkDlg.cpp : implementation file // #include "stdafx.h" #include "Wonder.h" #include "YjbkDlg.h" #include "DataStruct.h" #include "CESeries.h" #include "DjbSendingDlg.h" #include "CommSe
www.eeworm.com/read/165943/10044729

java test.java

import java.io.*; import javax.swing.*; public class test { public static void create(SystemTab tab) {Header h=new Header(); h.setName("custom"); h.setKey("cid")
www.eeworm.com/read/164767/10089598

sh writebook.sh

#!/bin/sh # run this script at the kernel source top directory esc_() { echo $1 | sed -e 's/_/\\_/g' } subdirof() { find $1 -maxdepth 1 -mindepth 1 -type d -exec basename '{}' ';' }
www.eeworm.com/read/154576/6968298

cpp aa.cpp

// aa.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include char buffer[100]; int _tmain(int argc, _TCHAR* argv[]) { DWORD i=0; HANDLE file,file1; file=CreateFile(".\\image",F
www.eeworm.com/read/466497/7036327

asm _console.asm

;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; 控制台程序的公用子程序 ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .data? hStdIn dd ? ;控制台输入句柄 hStdOut
www.eeworm.com/read/464988/7064157

c mslcli.c

// Client.cpp #include #include #include void main(int argc, char *argv[]) { HANDLE Mailslot; DWORD BytesWritten; CHAR ServerName[256]; cha