Función IoGetCurrentProcess (wdm.h)
La rutina IoGetCurrentProcess devuelve un puntero al proceso actual. Llame a PsGetCurrentProcess en lugar de IoGetCurrentProcess.
Sintaxis
PEPROCESS IoGetCurrentProcess();
Valor devuelto
IoGetCurrentProcess devuelve un puntero al proceso actual.
Comentarios
Esta rutina es idéntica a PsGetCurrentProcess.
#define PsGetCurrentProcess IoGetCurrentProcess
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Disponible en Windows 2000 y versiones posteriores de Windows. |
Plataforma de destino | Universal |
Encabezado | wdm.h (incluya Wdm.h, Ntddk.h, Ntifs.h) |
Library | NtosKrnl.lib |
Archivo DLL | NtosKrnl.exe |
IRQL | Cualquier nivel |