Expand Minimize
2 out of 4 rated this helpful - Rate this topic

APCProc callback function

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 [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

WinBase.h (include Windows.h)

See also

Asynchronous Procedure Calls
Synchronization Functions
QueueUserAPC

 

 

Send comments about this topic to Microsoft

Build date: 12/18/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.