Registriert seit: 16. Apr 2007
2.325 Beiträge
Turbo Delphi für Win32
|
Re: WaitForSingleObject - GUI nicht ansprechbar
2. Nov 2008, 13:39
Delphi-Quellcode:
while MsgWaitForMultipleObjects(1, @ Handle, False, INFINITE, QS_ALLINPUT) = WAIT_OBJECT_0 + 1 do
Application.ProcessMessages;
Wer erweist der Welt einen Dienst und findet ein gutes Synonym für "Pointer"?
"An interface pointer is a pointer to a pointer. This pointer points to an array of pointers, each of which points to an interface function."
|