IRtwqAsyncResult::GetStateNoAddRef method (rtworkq.h)

Returns the state object specified by the caller in the asynchronous Begin method, without incrementing the object's reference count.

Syntax

IUnknown * GetStateNoAddRef();

Return value

Returns a pointer to the state object's IUnknown interface, or NULL if no object was set. This pointer does not have an outstanding reference count. If you store this pointer, you must call AddRef on the pointer.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header rtworkq.h
Library Rtworkq.lib
DLL RTWorkQ.dll

See also

IRtwqAsyncResult