- LPHEAPENTRY32
alias LPHEAPENTRY32 = HEAPENTRY32*
Undocumented in source.
- LPHEAPLIST32
alias LPHEAPLIST32 = HEAPLIST32*
Undocumented in source.
- LPMODULEENTRY32
alias LPMODULEENTRY32 = LPMODULEENTRY32W
Undocumented in source.
- LPMODULEENTRY32
alias LPMODULEENTRY32 = MODULEENTRY32*
Undocumented in source.
- LPMODULEENTRY32W
alias LPMODULEENTRY32W = MODULEENTRY32W*
Undocumented in source.
- LPPROCESSENTRY32
alias LPPROCESSENTRY32 = LPPROCESSENTRY32W
Undocumented in source.
- LPPROCESSENTRY32
alias LPPROCESSENTRY32 = PROCESSENTRY32*
Undocumented in source.
- LPPROCESSENTRY32W
alias LPPROCESSENTRY32W = PROCESSENTRY32W*
Undocumented in source.
- LPTHREADENTRY32
alias LPTHREADENTRY32 = THREADENTRY32*
Undocumented in source.
- MODULEENTRY32
alias MODULEENTRY32 = MODULEENTRY32W
Undocumented in source.
- Module32First
alias Module32First = Module32FirstW
Undocumented in source.
- Module32Next
alias Module32Next = Module32NextW
Undocumented in source.
- PHEAPENTRY32
alias PHEAPENTRY32 = HEAPENTRY32*
Undocumented in source.
- PHEAPLIST32
alias PHEAPLIST32 = HEAPLIST32*
Undocumented in source.
- PMODULEENTRY32
alias PMODULEENTRY32 = PMODULEENTRY32W
Undocumented in source.
- PMODULEENTRY32
alias PMODULEENTRY32 = MODULEENTRY32*
Undocumented in source.
- PMODULEENTRY32W
alias PMODULEENTRY32W = MODULEENTRY32W*
Undocumented in source.
- PPROCESSENTRY32
alias PPROCESSENTRY32 = PPROCESSENTRY32W
Undocumented in source.
- PPROCESSENTRY32
alias PPROCESSENTRY32 = PROCESSENTRY32*
Undocumented in source.
- PPROCESSENTRY32W
alias PPROCESSENTRY32W = PROCESSENTRY32W*
Undocumented in source.
- PROCESSENTRY32
alias PROCESSENTRY32 = PROCESSENTRY32W
Undocumented in source.
- PTHREADENTRY32
alias PTHREADENTRY32 = THREADENTRY32*
Undocumented in source.
- Process32First
alias Process32First = Process32FirstW
Undocumented in source.
- Process32Next
alias Process32Next = Process32NextW
Undocumented in source.
- CreateToolhelp32Snapshot
HANDLE CreateToolhelp32Snapshot(DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Heap32First
BOOL Heap32First(LPHEAPENTRY32 , DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Heap32ListFirst
BOOL Heap32ListFirst(HANDLE , LPHEAPLIST32 )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Heap32ListNext
BOOL Heap32ListNext(HANDLE , LPHEAPLIST32 )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Heap32Next
BOOL Heap32Next(LPHEAPENTRY32 )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Module32First
BOOL Module32First(HANDLE , LPMODULEENTRY32 )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Module32FirstW
BOOL Module32FirstW(HANDLE , LPMODULEENTRY32W )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Module32Next
BOOL Module32Next(HANDLE , LPMODULEENTRY32 )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Module32NextW
BOOL Module32NextW(HANDLE , LPMODULEENTRY32W )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Process32First
BOOL Process32First(HANDLE , LPPROCESSENTRY32 )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Process32FirstW
BOOL Process32FirstW(HANDLE , LPPROCESSENTRY32W )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Process32Next
BOOL Process32Next(HANDLE , LPPROCESSENTRY32 )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Process32NextW
BOOL Process32NextW(HANDLE , LPPROCESSENTRY32W )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Thread32First
BOOL Thread32First(HANDLE , LPTHREADENTRY32 )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Thread32Next
BOOL Thread32Next(HANDLE , LPTHREADENTRY32 )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Toolhelp32ReadProcessMemory
BOOL Toolhelp32ReadProcessMemory(DWORD , LPCVOID , 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.
\ tlhelp32.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \**********************************************************************