wwUtils::DCOMCnfgServer

Configures security rights for a Local Server (EXE server) COM object. Provides similar functionality that DCOMCNFG provides for setting the Impersonation Level of a component. Be sure to also set the DCOMLaunchPermissions.

o.DCOMCnfgServer(lcProgId, lcRunAs, lcPassword)

Return Value

.T. or .F.

Parameters

lcProgId
ProgId of the Server to configure

lcRunAs
Optional - The Impersonation to run the server under. This can be a valid NT user account or the default: Interactive User.

lcPassword
Optional - the password for the user account to be used. If this value is passed the DCOMPermissions.exe file is required in the Fox path.

Remarks

Requires DCOMPermissions.exe in the Fox path if a specific account (not INTERACTIVE USER) is passed.

See also:

Library wwUtils | wwUtils::DCOMLaunchPermissions

© West Wind Technologies, 2004-2017 • Updated: 12/29/08
Comment or report problem with topic