DelegateGetSQLRootRegPath Delegat

Definition

Ruft den SQL-Stammregistrierungspfad ab.

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

Parameter

sRegPath
StringBuilder

Der Registrierungspfad.

pdwSize
UInt32

Die Größe in Bytes.

Rückgabewert

true, wenn erfolgreich, andernfalls false.

Gilt für: