'Declaration Public Function CheckThreadingSupport( _ ByRef supportsConcurrentResources As System.Boolean, _ ByRef supportsCommandLists As System.Boolean _ ) As HResult
public HResult CheckThreadingSupport( out System.bool supportsConcurrentResources, out System.bool supportsCommandLists )
Parameters
- supportsConcurrentResources
- Support concurrent resources.
- supportsCommandLists
- Support command lists.
Return Value
A C1.Util.DX.HResult object describing the result of the operation.