代码搜索:openFile
找到约 2,657 项符合「openFile」的源代码
代码结果 2,657
www.eeworm.com/read/115123/15025519
h fileio.h
// Declare the FileIO references
NTSTATUS OpenFile(PWCHAR filename, BOOLEAN read, PHANDLE phandle);
NTSTATUS CloseFile(HANDLE handle);
unsigned __int64 GetFileSize(HANDLE handle);
NTSTATUS ReadFil
www.eeworm.com/read/280876/4123322
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by OpenFile.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#def
www.eeworm.com/read/280876/4123339
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by OpenFile.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#def
www.eeworm.com/read/280876/4123356
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by OpenFile.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#def
www.eeworm.com/read/280876/4123373
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by OpenFile.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#def
www.eeworm.com/read/416785/2108423
java database_gui_openfileapp.java
/*
* Database_gui_openfileApp.java
*/
package database_gui_openfile;
import org.jdesktop.application.Application;
import org.jdesktop.application.SingleFrameApplication;
/**
* The main class of
www.eeworm.com/read/172003/9727492
h fileio.h
// Declare the FileIO references
NTSTATUS OpenFile(PWCHAR filename, BOOLEAN read, PHANDLE phandle);
NTSTATUS CloseFile(HANDLE handle);
unsigned __int64 GetFileSize(HANDLE handle);
NTSTATUS ReadFil
www.eeworm.com/read/180079/9320703
h fat.h
unsigned char List(void);
unsigned char OpenFile(char *str);
unsigned char ReadFile(unsigned long readLength, unsigned char *pBuffer);
unsigned char SetFilePointer(unsigned long pointer);
u