หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the type of result returned by the GetResults() method.
Syntax
enum AsyncResultType;
Members
Values
| Name | Description |
|---|---|
MultipleResults |
A set of multiple results, which are presented progressively between Start state and before Close() is called. |
SingleResult |
A single result, which is presented after the Complete event occurs. |
Requirements
Header: async.h
Namespace: Microsoft::WRL