MCPcopy Index your code
hub / github.com/D4stiny/JLoadLibrary / PsapiExt

Interface PsapiExt

src/com/billdemirkapi/jll/PsapiExt.java:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import com.sun.jna.win32.StdCallLibrary;
8
9public interface PsapiExt extends StdCallLibrary
10{
11
12 public BOOL EnumProcessModulesEx(HANDLE hProcess, DWORD[] hMods, int i, Pointer lpcbNeeded, DWORD dwFilterFlag);
13 public DWORD GetModuleFileNameEx(HANDLE hProcess, DWORD hModule, char[] szModName, DWORD nSize);
14
15
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected