| |
|
|
|
Description:
declared WaitForSingleObject wait, To the angegebene Objekt into ‚Signalstatus’ comes, or To The angegebene Time verstrichen is. The reason the returns becomes ditto zurückgemeldet.
Deklaration:
DEF @WaitForSingleObject(2) !Kernel32,WaitForSingleObject
Parameter:
1.Parameter: lever the Objektes, on which ‚Signalstatus’ waited go should. 2.Parameter: The Time in Millisekunden, The The function not more than Waiting should, until zurückkehrt.
Return Value:
-1 with one Error (WAIT_FAILED), $102 (WAIT_TIMEOUT) with verstrichener Time from Parameter 2, $0 (WAIT_OBJECT_0) if the Objekt into Signalstatus come is and $80 (WAIT_ABANDONED) if the Objekt one Mutex-Objekt is, that not feigegeben watts, before the Process, the the Mutex besaß, exits watts.
Examples:
[...]
[keywords:ce17bf9b7f] Signalstatus Mutex lever Objekt Änderug Überwachung release released grabbed gleichzeitiger [/keywords:ce17bf9b7f] |
|
|
| |
|
|