DelegateGetSvcBinPathByName Delegate

Definition

Represents the program file root directory for a specific service by the given service type and the friendly instance name.

public delegate bool DelegateGetSvcBinPathByName(System::String ^ sInstanceName, SQL_SVCS Service, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcBinPathByName(string sInstanceName, SQL_SVCS Service, StringBuilder sPath, out uint pdwSize);
type DelegateGetSvcBinPathByName = delegate of string * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcBinPathByName(sInstanceName As String, Service As SQL_SVCS, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

Parameters

sInstanceName
String

A string value that represents the instance name.

Service
SQL_SVCS

The SQL service.

sPath
StringBuilder

The string builder.

pdwSize
UInt32

A integer value that specifies the data size.

Return Value

A Bolean value that represents the program file root directory for a specific service.

Applies to