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