IRtwqAsyncCallback::GetParameters method (rtworkq.h)
Provides configuration information to the dispatching thread for a callback.
Syntax
HRESULT GetParameters(
[out] DWORD *pdwFlags,
[out] DWORD *pdwQueue
);
Parameters
[out] pdwFlags
Receives a flag indicating the behavior of the callback object's IRtwqAsyncCallback::Invoke method. The following values are defined. The default value is zero.
[out] pdwQueue
Receives the identifier of the work queue on which the callback is dispatched.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
Not implemented. Assume the default behavior. |
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 |