C API Flashcards

1
Q

CreateDirectoryExA

A

创建一个新目录

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CreateDirectoryA

A

创建一个新目录

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

RegCreateKeyA

A

在指定的项下创建或打开一个项

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SetFileTime

A

设置文件时间

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

RegCreateKeyExA

A

在指定的项下创建或打开一个项

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

FindClose

A

关闭由FIndFirstFile函数创建的一个搜索句柄

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

MessageBoxEx

A

对话框

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

SearchPathA

A

查找指定文件

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

GetDriveTypeA

A

判断一个磁盘驱动器的类型

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

GetDiskFreeSpaceExA

A

获取磁盘剩余空间

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

GetExitCodeProcess

A

获取一个已结束进程的退出代码

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

GetPriorityClassA

A

获取特定进程的优先级

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

_lread

A

将文件中的数据读入内存缓存区

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

_llseek

A

设置文件中进行读写的当前位置

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

GetCurrentProcess

A

获取当前进程的一个伪句柄

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

_hread

A

将文件中的数据读入内存缓冲区

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

ReadFileEx

A

与ReadFile相似,只是它只能用于异步读操作,并包含了一个完整的回调

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

DialogBoxIndirect

A

建立一模态对话框

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

CreateDialog

A

建立一非模态对话框

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

RemoveDirectoryA

A

删除指定目录

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

MessageBox

A

对话框

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

SetFileTime

A

设置文件创建、访问、上次修改时间

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

CompareFileTime

A

对比两个文件的时间

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

EndDialog

A

结束一个模态对话框

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
CreateFileA
打开和创建文件
26
SetEndOfFile
针对一个打开的文件,将当前文件位置设为文件末尾
27
EnableMenuItem
菜单变灰或禁止
28
ExitProcess
以干净的方式关闭一个进程
29
SetSystemTime
设置系统时间
30
DialogBoxParam
建立一模态对话框
31
LoadLibraryExA
装载指定的动态链接库,并为当前进程把它映射到地址空间
32
CloseHandle
关闭一个内核对象
33
GetLocalTime
获得当前本地时间
34
RegQueryValueExA
获取一个项的设置值
35
_lclose
关闭指定的文件
36
GetLogicalDrivers
判断系统中存在哪些逻辑驱动器字母
37
FindNextFileA
根据调用FindFirstFile函数时指定一个文件名查找下一个
38
SetCurrentDirectoryA
设置当前目录
39
GetDlgItemTextA
获得输入框输入的字符
40
DialogBox
建立一模态对话框
41
_lwrite
将数据从内存缓冲区写入一个文件
42
GetCurrentProcessId
获取当前进程唯一的标识符
43
GetFileTime
获得文件建立/访问/修改时间
44
FindExecutableA
查找与指定文件关联在一起的程序文件名
45
CompareFileTime
比较两文件时间
46
GetFileAttributesA
获得文件属性
47
SetLocalTime
设置本地时间
48
WriteFile
写入文件
49
GetBinaryTypeA
判断文件是否可执行
50
ReadFile
读文件
51
SetFilePointer
在文件中设置当前的读写位置
52
CreateDialogIndirectParam
建立非模态对话框
53
FindFirstFileA
根据文件名查找文件
54
_lcreat
创建文件
55
MoveFileA
移动文件
56
GetFileType
根据文件句柄判断文件类型
57
RegQueryValueA
获取一个项的值
58
Hmemcpy
万能断点,只有xp才能用
59
WriteFileEx
类似WriteFile,但只能用于异步写操作,并包括一个完整回调
60
GetDlgItemText
获得输入框输入字符
61
LoadModule
载入一个windows应用程序,并在指定环境中运行
62
GetFileSize
获得文件大小
63
GetExitCodeThread
获得已结束线程的退出代码
64
DeleteFileA
删除文件
65
GetVolumeInformationA
获得磁盘卷信息
66
CopyFileA
复制文件
67
GetFileTime
获得文件时间
68
GetSystemTime
获得系统时间
69
GetCurrentThread
获得当前现成的伪句柄
70
RegSetValueA
设置指定项或子项的值
71
_hwrite
将数据从缓冲区写入一个文件
72
OpenFileMappingA
打开一个现成的文件映射对象
73
FreeLibrary
释放指定动态链接库
74
GetSystemDirectoryA
获得System目录路径
75
RegDeleteValueA
删除指定项的值
76
EnableWindow
允许或禁止鼠标和键盘控制指定窗口和条目
77
LoadLibraryA
载入动态链接库
78
GetFullPathNameA
获得文件详细路径
79
TerminateProcess
结束一个进程
80
CreateDialogIndirect
建立非模态对话框
81
OpenFile
这个函数能执行大量不同的文件操作
82
GetModuleHandleA
获得应用程序或动态链接库的模块句柄
83
RegDeleteKeyA
删除现有项的一个子项
84
SetFileAttributesA
设置文件属性
85
CreateFileMappingA
创建一个文件映射对象
86
MessageBoxIndirect
对话框
87
GetTickCount
获得Windows启动至现在有多少毫秒
88
DialogBoxIndirectParam
建立模态对话框
89
GetWindowsDirectoryA
获得windows目录的完整路径
90
GetDiskFreeSpaceA
获取磁盘空闲空间
91
RegSetValueExA
设置指定项的值
92
GetDlgItemInt
获取输入框的整数值
93
RegOpenKeyExA
打开一个现有的注册表项
94
RegOpenKeyA
打开一个现有的注册表项
95
CreateProcessA
创建进程
96
RegCloseKey
关闭注册表中的项
97
MapViewOfFile
将文件映射对象映射到当前应用程序地址空间
98
CreateDialogParam
建立非模态对话框
99
_lopen
二进制模式打开文件