Skip to content

Latest commit

 

History

History
96 lines (82 loc) · 2.41 KB

nf-rtworkq-irtwqasyncresult-getstate.md

File metadata and controls

96 lines (82 loc) · 2.41 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rtworkq.IRtwqAsyncResult.GetState
IRtwqAsyncResult::GetState (rtworkq.h)
Returns the state object specified by the caller in the asynchronous Begin method. (IRtwqAsyncResult.GetState)
GetState
GetState method
GetState method
IRtwqAsyncResult interface
IRtwqAsyncResult interface
GetState method
IRtwqAsyncResult.GetState
IRtwqAsyncResult::GetState
base.irtwqasyncresult_getstate
rtworkq/IRtwqAsyncResult::GetState
base\irtwqasyncresult_getstate.htm
backup
26940ECA-BE6A-42E4-8D9E-E002A6D5DD23
12/05/2018
GetState, GetState method, GetState method,IRtwqAsyncResult interface, IRtwqAsyncResult interface,GetState method, IRtwqAsyncResult.GetState, IRtwqAsyncResult::GetState, base.irtwqasyncresult_getstate, rtworkq/IRtwqAsyncResult::GetState
rtworkq.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
Rtworkq.lib
RTWorkQ.dll
Windows
19H1
IRtwqAsyncResult::GetState
rtworkq/IRtwqAsyncResult::GetState
c++
APIRef
kbSyntax
COM
RTWorkQ.dll
IRtwqAsyncResult.GetState

IRtwqAsyncResult::GetState

-description

Returns the state object specified by the caller in the asynchronous Begin method.

-parameters

-param ppunkState [out]

Receives a pointer to the state object's IUnknown interface. If the value is not NULL, the caller must release the interface.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
E_POINTER
There is no state object associated with this asynchronous result.

-see-also

IRtwqAsyncResult