CLSCTX_INPROC_SERVER 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

static const CLSCTX_INPROC_SERVER = 1;