ITsSbTaskInfo::Context property

Retrieves the context bytes associated with the task.

This property is read-only.

Syntax

HRESULT get_Context(
  [out, retval] SAFEARRAY(BYTE) *pContext
);

Property value

The context of the task.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
IDL
Sbtsv.idl

See also

ITsSbTaskInfo