DelegateGetSvcBinPathByID Delegate

Definition

Represents whether the program file root directory is set by the given service type and instance ID.

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

Parameters

pInstanceID
INST_ID

The instance ID.

Service
SQL_SVCS

The service to get.

sPath
StringBuilder

The location of the service.

pdwSize
UInt32

The size in bytes.

Return Value

true if the program file root directory is set by the given service type and instance ID; othwerwise, false.

Applies to