DelegateGetInstRegPathByID Delegate
Gets the registry subtree by an instance identifier that represents an installed SQL component.
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetInstRegPathByID( INST_ID^ pInstanceID, SQL_SVCS Service, StringBuilder^ sRegPath, unsigned int% pdwSize )
Return Value
Type: System::Booleantrue if it represents an installed SQL component.; otherwise, false.
Show: