Desktop Functions: Smart Device Functions:
|
Search Results for "Module32Next" in [All]kernel32
while (Module32Next(snapshot, ref mod)); 2: Module32Next
static extern bool Module32Next(IntPtr hSnapshot, ref MODULEENTRY32 lpme);
while (Module32Next(snapshot, ref mod)); See Module32First or Module32Next |