que procesos estàn corriendo?

29/07/2003 - 16:01 por Gaston Pita | Informe spam
hay alguna api o algo que me muestre los procesos que se estàn ejecutando en
la pc?

Preguntas similare

Leer las respuestas

#1 Molebolge
29/07/2003 - 16:36 | Informe spam
hay alguna api o algo que me muestre los procesos que se estàn ejecutando


en
la pc?



Private Declare Function Process32First Lib "kernel32" ( _
ByVal hSnapshot As Long, lppe As PROCESSENTRY32) As Long

Private Declare Function Process32Next Lib "kernel32" ( _
ByVal hSnapshot As Long, lppe As PROCESSENTRY32) As Long


Public Declare Function OpenProcess Lib "kernel32" ( _
ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, _
ByVal dwProcessId As Long) As Long

Private Declare Function EnumProcesses Lib "PSAPI" ( _
lpidProcess As Long, ByVal cb As Long, cbNeeded As Long) As Long

Private Declare Function EnumProcessModules Lib "PSAPI" ( _
ByVal hProcess As Long, lphModule As Long, _
ByVal cb As Long, lpcbNeeded As Long) As Long

Private Declare Function GetModuleFileNameEx Lib "PSAPI" Alias
"GetModuleFileNameExA" ( _
ByVal hProcess As Long, ByVal hModule As Long, _
ByVal lpFileName As String, ByVal nSize As Long) As Long

Public Declare Function GetCurrentProcess Lib "kernel32" () As Long

Public Declare Function GetCurrentProcessId Lib "kernel32" () As Long
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida