หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the thread context in which a callback function (event handler) executes.
Syntax
enum class CallbackContext {};
Members
| Type Code | Description |
|---|---|
| Any | The callback function can execute on any thread context. |
| Same | The callback function can execute on only the thread context that started the asynchronous operation. |
Requirements
Minimum supported client: Windows 8
Minimum supported server: Windows Server 2012
Namespace: Platform
Metadata: platform.winmd