GetExtendInfo

Description

Obtains the extended information about the kernel.

Prototype

const KernelExtendInfo *GetExtendInfo() const

Parameters

None

Returns

Extended information about the kernel.

For details about the definition of the KernelExtendInfo type, see the KernelExtendInfo class in Internal Associated APIs.

Restrictions

None

Example

// Assume that KernelContext *context already exists.
auto extend_context = reinterpret_cast<ExtendedKernelContext *>(context);
auto extend_info = extend_context->GetExtendInfo();