CLSCTX_INPROC_SERVER top-level constant
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;
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.
const CLSCTX_INPROC_SERVER = 0x1;