CLSCTX_REMOTE_SERVER top-level constant

  1. @Deprecated('Use CLSCTX.CLSCTX_REMOTE_SERVER instead')
int const CLSCTX_REMOTE_SERVER

A remote context. The LocalServer32 or LocalService code that creates and manages objects of this class is run on a different computer.

Implementation

@Deprecated('Use CLSCTX.CLSCTX_REMOTE_SERVER instead')
const CLSCTX_REMOTE_SERVER = 0x10;