CLSCTX_LOCAL_SERVER top-level constant

CLSCTX const CLSCTX_LOCAL_SERVER

The EXE code that creates and manages objects of this class runs on same machine but is loaded in a separate process space.

Implementation

const CLSCTX_LOCAL_SERVER = CLSCTX(4);