Exemple #1
0
 public static extern bool GetModuleInformation(IntPtr hProcess, IntPtr hModule, out Moduleinfo lpmodinfo, uint cb);
Exemple #2
0
 public static extern bool GetModuleInformation([In] IntPtr hProcess, [In] IntPtr hModule,
                                                [Out] out Moduleinfo lpmodinfo, [In] uint cb);