Registriert seit: 29. Mai 2002
37.621 Beiträge
Delphi 2006 Professional
|
Re: ThreadId rausfinden
24. Jan 2004, 12:08
GetThreadID.
Zitat von Das große schlaue PSDK:
Code:
void GetThreadId(
HANDLE Thread
);
Return Values
If the function succeeds, the return value is the thread identifier of the specified thread.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Michael Ein Teil meines Codes würde euch verunsichern.
|