'宣言 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 )
パラメータ
- supportsConcurrentResources
- Support concurrent resources.
- supportsCommandLists
- Support command lists.
戻り値の型
A C1.Util.DX.HResultobject describing the result of the operation.