CLSCTX_ENABLE_CLOAKING top-level constant

CLSCTX const CLSCTX_ENABLE_CLOAKING

When this flag is specified, COM uses the impersonation token of the thread, if one is present, for the activation request made by the thread.

Implementation

const CLSCTX_ENABLE_CLOAKING = CLSCTX(1048576);