Die Funktion ist so deklariert:
Code:
BOOL QueueUserWorkItem(
LPTHREAD_START_ROUTINE Function,
PVOID Context,
ULONG Flags
);
Mit welchem Datentyp übersetzt man den ersten Parameter in Delphi?
Im
PSDK steht noch dazu:
Zitat:
[in] Pointer to the application-defined callback function of type LPTHREAD_START_ROUTINE to be executed by the thread in the thread pool. This value represents the starting address of the thread. This callback function must not call the TerminateThread function.
For more information, see ThreadProc.
Google war diesmal irgendwie nicht sehr hilfreich.