09-03-2010, 06:26 AM
IntGetFile is synchronous. It waits until finished. Don't need another 'wait for file' function.
If need to wait in some other context:
Repeatedly try to open the file with 'write' access until success.
I'll create such function if you need.
Or you can Open the file with CFileInterlocked Collected QM apps, functions, samples
If need to wait in some other context:
Repeatedly try to open the file with 'write' access until success.
I'll create such function if you need.
Or you can Open the file with CFileInterlocked Collected QM apps, functions, samples
