DeleteContext
Use the DeleteContext method to remove an entry in a TI Context array.
Syntax
HRESULT DeleteContext (
Parameters
bstrContextEntryName
This string parameter contains the name of the TI Context entry to be removed.
prgContextArray
This SAFEARRAY parameter contains the TI Context entries that are passed to and returned from COM+ objects.
Return Codes
S_OK
The method call completed successfully.
E_INVALIDARG
One or more of the parameters passed are invalid.
E_FAIL
An internal processing error occurred.
See Also
ClearAllContext
ClosePersistentConnection
CountContext
GetConnectionInfo
QueryContextInfo
ReadContext
UpdateContextInfo
WriteContext
Persistent Connections