Skip to content

Latest commit

 

History

History
92 lines (68 loc) · 2.2 KB

nc-vdmdbg-taskenumprocex.md

File metadata and controls

92 lines (68 loc) · 2.2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:vdmdbg.TASKENUMPROCEX
TASKENUMPROCEX (vdmdbg.h)
Implement this function to receive information for each task that VDMEnumTaskWOWEx enumerates.
TASKENUMPROCEX
TASKENUMPROCEX callback
TASKENUMPROCEX callback function [Windows API]
vdmdbg/TASKENUMPROCEX
winprog.processtasks
winprog\processtasks.htm
winprog
0ef6b3b0-1b65-4919-8857-33651b9c154f
12/05/2018
TASKENUMPROCEX, TASKENUMPROCEX callback, TASKENUMPROCEX callback function [Windows API], vdmdbg/TASKENUMPROCEX, winprog.processtasks
vdmdbg.h
Windows
Windows
19H1
TASKENUMPROCEX
vdmdbg/TASKENUMPROCEX
c++
APIRef
kbSyntax
UserDefined
VdmDbg.h
TASKENUMPROCEX

TASKENUMPROCEX callback function

-description

[This function is not supported and may be altered or unavailable in the future.]

Implement this function to receive information for each task that VDMEnumTaskWOWEx enumerates.

The TASKENUMPROCEX type defines a pointer to this callback function. ProcessTasks is a placeholder for the application-defined function name.

-parameters

-param dwThreadId [out]

The thread ID.

-param hMod16 [out]

The module handle.

-param hTask16 [out]

The task handle.

-param pszModName [out]

The module name.

-param pszFileName [out]

The file name.

-param lpUserDefined [out]

The user-defined data that was passed to the VDMEnumTaskWOWEx function.

-returns

Return TRUE to stop the enumeration and FALSE to continue.

-remarks

You can use the value of the hTask16 parameter in a call to terminate the task.