|
fdhwlib
2.0.25
|
Go to the source code of this file.
| typedef unsigned long DWORD |
Definition at line 27 of file os_type_1.h.
| typedef int HKEY |
Definition at line 28 of file os_type_1.h.
| typedef unsigned long OVERLAPPED |
Definition at line 23 of file os_type_1.h.
| typedef void* PVOID |
Definition at line 26 of file os_type_1.h.
| typedef unsigned int UINT |
Definition at line 25 of file os_type_1.h.
| typedef unsigned long ULONG |
Definition at line 24 of file os_type_1.h.
| int CancelIo | ( | int | ) |
| int GetLastError | ( | ) |
| long GetTickCount | ( | ) |
| void RegCloseKey | ( | int | hKeyFileType | ) |
| int RegOpenKeyEx | ( | int | hkl, |
| char * | , | ||
| int | tag, | ||
| int | key, | ||
| int * | hKeyFileType | ||
| ) |
| int RegQueryValueEx | ( | int | hKeyFileType, |
| char * | hap_path, | ||
| int | tag, | ||
| DWORD * | dwType, | ||
| unsigned char * | szBuffer, | ||
| DWORD * | dwBytes | ||
| ) |
| int Sleep | ( | int | ) |
| int system | ( | char * | ) |