DelegateGetInstRootDirPathByID Delegate

Definition

Gets the root directory path by an instance identifier that represents an installed SQL component.

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

Parameters

pInstanceID
INST_ID

The identifier of an instance.

dirPath
StringBuilder

The string builder.

pdwSize
UInt32

An integer value that specifies the data size.

Return Value

A Boolean value contains the root directory path by an instance identifier that represents an installed SQL component.

Applies to