- EnumPageFiles
alias EnumPageFiles = EnumPageFilesW
Undocumented in source.
- EnumPageFiles
alias EnumPageFiles = EnumPageFilesA
Undocumented in source.
- GetDeviceDriverBaseName
alias GetDeviceDriverBaseName = GetDeviceDriverBaseNameW
Undocumented in source.
- GetDeviceDriverBaseName
alias GetDeviceDriverBaseName = GetDeviceDriverBaseNameA
Undocumented in source.
- GetDeviceDriverFileName
alias GetDeviceDriverFileName = GetDeviceDriverFileNameW
Undocumented in source.
- GetDeviceDriverFileName
alias GetDeviceDriverFileName = GetDeviceDriverFileNameA
Undocumented in source.
- GetMappedFileName
alias GetMappedFileName = GetMappedFileNameW
Undocumented in source.
- GetMappedFileName
alias GetMappedFileName = GetMappedFileNameA
Undocumented in source.
- GetModuleBaseName
alias GetModuleBaseName = GetModuleBaseNameW
Undocumented in source.
- GetModuleBaseName
alias GetModuleBaseName = GetModuleBaseNameA
Undocumented in source.
- GetModuleFileNameEx
alias GetModuleFileNameEx = GetModuleFileNameExW
Undocumented in source.
- GetModuleFileNameEx
alias GetModuleFileNameEx = GetModuleFileNameExA
Undocumented in source.
- GetProcessImageFileName
alias GetProcessImageFileName = GetProcessImageFileNameW
Undocumented in source.
- GetProcessImageFileName
alias GetProcessImageFileName = GetProcessImageFileNameA
Undocumented in source.
- LPMODULEINFO
alias LPMODULEINFO = MODULEINFO*
Undocumented in source.
- PENUM_PAGE_FILE_CALLBACK
alias PENUM_PAGE_FILE_CALLBACK = PENUM_PAGE_FILE_CALLBACKW
Undocumented in source.
- PENUM_PAGE_FILE_CALLBACK
alias PENUM_PAGE_FILE_CALLBACK = PENUM_PAGE_FILE_CALLBACKA
Undocumented in source.
- PENUM_PAGE_FILE_CALLBACKA
alias PENUM_PAGE_FILE_CALLBACKA = BOOL function(LPVOID, PENUM_PAGE_FILE_INFORMATION, LPCSTR)
Undocumented in source.
- PENUM_PAGE_FILE_CALLBACKW
alias PENUM_PAGE_FILE_CALLBACKW = BOOL function(LPVOID, PENUM_PAGE_FILE_INFORMATION, LPCWSTR)
Undocumented in source.
- PENUM_PAGE_FILE_INFORMATION
alias PENUM_PAGE_FILE_INFORMATION = ENUM_PAGE_FILE_INFORMATION*
Undocumented in source.
- PPERFORMANCE_INFORMATION
alias PPERFORMANCE_INFORMATION = PERFORMANCE_INFORMATION*
Undocumented in source.
- PPROCESS_MEMORY_COUNTERS
alias PPROCESS_MEMORY_COUNTERS = PROCESS_MEMORY_COUNTERS*
Undocumented in source.
- PPSAPI_WS_WATCH_INFORMATION
alias PPSAPI_WS_WATCH_INFORMATION = PSAPI_WS_WATCH_INFORMATION*
Undocumented in source.
- PPSAPI_WS_WATCH_INFORMATION_EX
alias PPSAPI_WS_WATCH_INFORMATION_EX = PSAPI_WS_WATCH_INFORMATION_EX*
Undocumented in source.
- EmptyWorkingSet
BOOL EmptyWorkingSet(HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EnumDeviceDrivers
BOOL EnumDeviceDrivers(LPVOID* , DWORD , LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EnumPageFilesA
BOOL EnumPageFilesA(PENUM_PAGE_FILE_CALLBACKA , LPVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EnumPageFilesW
BOOL EnumPageFilesW(PENUM_PAGE_FILE_CALLBACKW , LPVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EnumProcessModules
BOOL EnumProcessModules(HANDLE , HMODULE* , DWORD , LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EnumProcessModulesEx
BOOL EnumProcessModulesEx(HANDLE , HMODULE* , DWORD , LPDWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- EnumProcesses
BOOL EnumProcesses(DWORD* , DWORD , DWORD* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDeviceDriverBaseNameA
DWORD GetDeviceDriverBaseNameA(LPVOID , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDeviceDriverBaseNameW
DWORD GetDeviceDriverBaseNameW(LPVOID , LPWSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDeviceDriverFileNameA
DWORD GetDeviceDriverFileNameA(LPVOID , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDeviceDriverFileNameW
DWORD GetDeviceDriverFileNameW(LPVOID , LPWSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetMappedFileNameA
DWORD GetMappedFileNameA(HANDLE , LPVOID , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetMappedFileNameW
DWORD GetMappedFileNameW(HANDLE , LPVOID , LPWSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetModuleBaseNameA
DWORD GetModuleBaseNameA(HANDLE , HMODULE , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetModuleBaseNameW
DWORD GetModuleBaseNameW(HANDLE , HMODULE , LPWSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetModuleFileNameExA
DWORD GetModuleFileNameExA(HANDLE , HMODULE , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetModuleFileNameExW
DWORD GetModuleFileNameExW(HANDLE , HMODULE , LPWSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetModuleInformation
BOOL GetModuleInformation(HANDLE , HMODULE , LPMODULEINFO , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetPerformanceInfo
BOOL GetPerformanceInfo(PPERFORMANCE_INFORMATION , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetProcessImageFileNameA
DWORD GetProcessImageFileNameA(HANDLE , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetProcessImageFileNameW
DWORD GetProcessImageFileNameW(HANDLE , LPWSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetProcessMemoryInfo
BOOL GetProcessMemoryInfo(HANDLE , PPROCESS_MEMORY_COUNTERS , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetWsChanges
BOOL GetWsChanges(HANDLE , PPSAPI_WS_WATCH_INFORMATION , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetWsChangesEx
BOOL GetWsChangesEx(HANDLE , PPSAPI_WS_WATCH_INFORMATION_EX , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- InitializeProcessForWsWatch
BOOL InitializeProcessForWsWatch(HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- QueryWorkingSet
BOOL QueryWorkingSet(HANDLE , PVOID , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- QueryWorkingSetEx
BOOL QueryWorkingSetEx(HANDLE , PVOID , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Windows API header module
Translated from MinGW Windows headers