QueryContextInfo

使用 QueryContextInfo 方法可获取 TI 上下文数组中条目的计数、上下文条目的名称以及上下文条目的数据类型。

语法

  
HRESULT QueryContextInfo (  

参数

prgContextArray
此 SAFEARRAY 参数包含传递给 COM+ 对象以及从 COM+ 对象返回的 TI 上下文条目。

pulContextEntriesCount
成功完成调用后,此整数参数包含指定的 TI 上下文数组中的条目计数。

prgContextNameArray
字符串参数的 SAFEARRAY 包含 TI 上下文条目名称。

prgContextTypeArray
整数参数的 SAFEARRAY 包含 TI 上下文条目数据类型。

返回代码

S_OK
方法调用已成功完成。

E_INVALIDARG
传递的一个或多个参数无效。

E_FAIL
发生内部处理错误。

另请参阅

ClearAllContext
ClosePersistentConnection
CountContext
DeleteContext
GetConnectionInfo
ReadContext
UpdateContextInfo
WriteContext
持久连接