Jump to content

Asynchronous procedure call

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by The Rambling Man (talk | contribs) at 13:07, 30 June 2017 (added Category:Computer programming; removed {{uncategorized}} using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In Windows, an asynchronous procedure call (abbreviated APC) is a function that executes asynchronously in the context of a specific thread.[1] APCs can be generated by the system (kernel-mode APCs) or by an application (user mode APCs).[1]

References

  1. ^ a b "Asynchronous Procedure Calls (Windows)". Retrieved 1 March 2017.