NativeMethods.ChangeServiceConfig2 (Método)

Este tipo tiene un atributo SecurityCriticalAttribute que lo restringe para uso interno de .NET Framework para la biblioteca de clases de Silverlight. El código de aplicación que usa un miembro de este tipo produce una excepción MethodAccessException.

Espacio de nombres:  Microsoft.TeamFoundation.Common.Internal
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

'Declaración
Public Shared Function ChangeServiceConfig2 ( _
    serviceHandle As ServiceHandle, _
    dwInfoLevel As NativeMethods.ServiceConfig2InfoLevel, _
    lpInfo As IntPtr _
) As Integer
public static int ChangeServiceConfig2(
    ServiceHandle serviceHandle,
    NativeMethods.ServiceConfig2InfoLevel dwInfoLevel,
    IntPtr lpInfo
)

Parámetros

Valor devuelto

Tipo: System.Int32

Vea también

Referencia

NativeMethods Clase

Microsoft.TeamFoundation.Common.Internal (Espacio de nombres)