How can I know when dllmain is completed?

Posted by Steve Rowe on Stack Overflow See other posts from Stack Overflow or by Steve Rowe
Published on 2010-05-05T23:46:26Z Indexed on 2010/05/05 23:58 UTC
Read the original article Hit count: 131

Filed under:
|

I have work I need to complete in a DLL as soon as it is loaded. The work involves synchronization and so can't be done inside dllmain. Is there a way to trigger code to execute as soon as dllmain (or all dllmains) is complete?

© Stack Overflow or respective owner

Related posts about win32

Related posts about dll