DelegateGetSvcBinPathByID Delegate
Represents the program file root directory for a specific service by the given service type and the instance ID.
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetSvcBinPathByID( INST_ID^ pInstanceID, SQL_SVCS Service, StringBuilder^ sPath, unsigned int% pdwSize )
Return Value
Type: System::Booleantrue if the specific service type and the instance ID; otherwise, false.
Show: