Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Prototype for a task function that is called by the task manager.
Syntax
void _stdcall DXTASKPROC(
_Out_ void *pTaskData,
_Out_ BOOL *pbContinueProcessing
);
Parameters
pTaskData [out]
Pointer to task-specific information for use by the task manager.pbContinueProcessing [out]
Value of type BOOL that specifies whether the task manager should continue processing.
Return value
This function does not return a value.
Remarks
You can implement a function of this type to perform a task. Provide a pointer to a DXTASKPROC function in the DXTMTASKINFO structure, and then call IDXTaskManager::ScheduleTasks to schedule a task.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dxhelper.h |