CLSCTX_INPROC_SERVER top-level constant

int const CLSCTX_INPROC_SERVER

The code that creates and manages objects of this class is a DLL that runs in the same process as the caller of the function specifying the class context.

Implementation

const CLSCTX_INPROC_SERVER = 0x1;