Overlapped

  • Thread starter Thread starter CeZaR
  • Start date Start date
C

CeZaR

Hi,

What does the "overlapped" word means in windows programming?
I've read about overlapped structures, functions?!

What does it mean?

Thanks!
 
CeZaR said:
What does the "overlapped" word means in windows programming?
I've read about overlapped structures, functions?!

What does it mean?

It refers to the ability to overlap input/output and computation.

In some environments (like the ones provided by Java and 'nix, 'nux or 'pux
<BSEG>) applications _generally_ wait idle while a read or write is pending.
Win32's asynchronous or overlapped mode allows an application to initiate a
read or write, go on to do something else while it completes and then
receive a notification when it is done.

Regards,
Will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Outlook Outlook 2016 signature issue 3
USB HID communication 1
Textbox Overlapping 0
Excel Count max number of overlapped time frame 0
Excel Catagorise AM or PM 7
Why do this messages come? 1
Calculating Overlaps 3
Anti-Resonating-Technology. 15

Back
Top