Re: [Mingw-w64-public] How do i use IAsyncOperation and AsyncActionCompletedHandler?
What do you want to do with that program? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
[Mingw-w64-public] How do i use IAsyncOperation and AsyncActionCompletedHandler?
I'm trying to get some info via COM, and i've got as far as getting an instance of IAsyncOperation. Now i need to wait for it to complete *somehow*, but it's unclear how to do it. All MS examples use some advanced C++ at the very least. I've tried to implement an AsyncActionCompletedHandler object