DelegateGetSQLToolsDirPath Delegate

Definition

Defines the SQL server tools for the directory path.

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

Parameters

sRegPath
StringBuilder

A string builder.

pdwSize
UInt32

An integer value that specifies the data size.

Return Value

A Boolean value defines the SQL server tools for the directory path.

Applies to