APCProc callback function (Windows)

Switch View :
ScriptFree
APCProc callback function

Applies to: desktop apps only

An application-defined completion routine. Specify this address when calling the QueueUserAPC function. The PAPCFUNC type defines a pointer to this callback function. APCProc is a placeholder for the application-defined function name.

Syntax

VOID CALLBACK APCProc(
  __in  ULONG_PTR dwParam
);

Parameters

dwParam [in]

The data passed to the function using the dwData parameter of the QueueUserAPC function.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

WinBase.h (include Windows.h)

See also

Asynchronous Procedure Calls
Synchronization Functions
QueueUserAPC

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012