Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Xbox Studio interface for retrieving asynchronous results.
interface IXStudioAsyncResult : public IUnknown
IXStudioAsyncResult has the following members.
| Name | Description | |
|---|---|---|
![]() |
GetContext | Gets a user-defined context passed at the start of an asynchronous operation. |
![]() |
GetResult | Gets the result of an asynchronous operation. |
![]() |
GetWaitHandle | Gets a handle to an object to wait on. |
![]() |
IsCompleted | Gets a value that indicates whether the asynchronous operation completed. |
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).