Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Wakes one thread that is waiting for the value of an address to change.
Syntax
VOID WakeByAddressSingle(
[in] PVOID Address
);
Parameters
[in] Address
The address to signal. If another thread has previously called WaitOnAddress for this address, the system wakes the waiting thread. If multiple threads are waiting for this address, the system wakes the first thread to wait.
Return value
None
Remarks
Microsoft Store app developers may need to obtain synchronization.lib by installing the Windows Software Development Kit (SDK).
Only a thread within the same process can be woken.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | synchapi.h (include Windows.h) |
| Library | Synchronization.lib |
| DLL | API-MS-Win-Core-Synch-l1-2-0.dll |