nn::nex::CallContext::SetUserContext Member Function

Syntax

void SetUserContext(
     qUnsignedInt32 iIndex,
     const UserContext & oUserContext
);

Parameters

Name Description
in iIndex The user-defined index of the UserContext associated with this CallContext.
in oUserContext Pointer to the UserContext associated with this CallContext.

Return Values

None.

Description

Sets the UserContext associated with this CallContext.

See Also

GetUserContext

Revision History

2011/01/27
Initial version.

CONFIDENTIAL