IXStudioAsyncResult::GetWaitHandle Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets a handle to an object to wait on.

Syntax

public:
HANDLE GetWaitHandle()  

Return value

Type: HANDLE 

A handle to an object to wait on, signaling completion of an asynchronous operation.

Requirements

Header: Declared in xstudio.h.

Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).