CoGetContextToken function (combaseapi.h)

Returns a pointer to an implementation of IObjContext for the current context.

Syntax

HRESULT CoGetContextToken(
  [out] ULONG_PTR *pToken
);

Parameters

[out] pToken

A pointer to an implementation of IObjContext for the current context.

Return value

This function can return the following values.

Return code Description
S_OK
The token was retrieved successfully.
E_POINTER
The caller did not pass a valid token pointer variable.
CO_E_NOTINITIALIZED
The caller is not in an initialized apartment.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header combaseapi.h (include Objbase.h)
Library Ole32.lib
DLL Ole32.dll

See also

IContext

IObjContext