DelegateGetVerSpecificRootRegPath Delegate

Definition

Gets the version of the specific root registration path of the sql server.

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

Parameters

sRegPath
StringBuilder

A pointer to a buffer to receive the registry path.

pdwSize
UInt32

A pointer to a DWORD value to supply the length of the buffer. Returns the required length if the supplied buffer is too small.

Return Value

true if the value contains the specific root registration path of the sql server; otherwise, false.

Applies to