DXAPCPROC function

Prototype for an asynchronous procedure call function that is called by a task manager.

Syntax

void _stdcall DXAPCPROC(
  _In_ DWORD dwData
);

Parameters

  • dwData [in]
    Value of type DWORD that receives task-specific data.

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 DXAPCPROC 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