CLSCTX_INPROC_HANDLER top-level constant

int const CLSCTX_INPROC_HANDLER

The code that manages objects of this class is an in-process handler. This is a DLL that runs in the client process and implements client-side structures of this class when instances of the class are accessed remotely.

Implementation

const CLSCTX_INPROC_HANDLER = 0x2;