CreateContext

Description

Creates a context.

Explicitly creates a context in the current process or thread.

Definition

1
Status CreateContext(Context **context);

Parameters

Parameter

Input/Output

Description

context

Input

Passes in a level-2 pointer to the context. The function internally makes this pointer point to the newly created context.

Returns

Type

Input/Output

Description

Status

Output

Status value. If the setting is successful, NO_ERROR is returned. In the case of a failure, see ErrorType.