Shell

Iniciado por magarcan, 28 Junio 2007, 12:45 PM

0 Miembros y 2 Visitantes están viendo este tema.

byebye

The OpenProcess function returns a handle of an existing process object.

HANDLE OpenProcess(

    DWORD dwDesiredAccess, // access flag
    BOOL bInheritHandle, // handle inheritance flag
    DWORD dwProcessId // process identifier
   );