Click here to Skip to main content
15,897,226 members
Articles / High Performance Computing / Parallelization

Using Asynchronous Procedure Calls (APC) in Windows based C++ applications to perform GUI Update

Rate me:
Please Sign up or sign in to vote.
5.00/5 (11 votes)
8 Dec 2023MIT12 min read 12.8K   352   22  
How to use APCs to perform user interface updates
In this article I will show how to perform GUI updates in a Window based application, using APC's, which are a lesser known / used win32 technology for scheduling work items to a thread.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer
Belgium Belgium
I am a former professional software developer (now a system admin) with an interest in everything that is about making hardware work. In the course of my work, I have programmed device drivers and services on Windows and linux.

I have written firmware for embedded devices in C and assembly language, and have designed and implemented real-time applications for testing of satellite payload equipment.

Generally, finding out how to interface hardware with software is my hobby and job.

Comments and Discussions