Exemplo n.º 1
0
 public Snapshot(uint flags, int processId)
 {
     m_handle = Toolhelp32.CreateToolhelp32Snapshot(flags, processId);
 }