Share via


DelegateGetVerSpecificRootRegPath 대리자

정의

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 

매개 변수

sRegPath
StringBuilder

레지스트리 경로를 받기 위한 버퍼에 대한 포인터입니다.

pdwSize
UInt32

버퍼 길이를 제공하기 위한 DWORD 값에 대한 포인터입니다. 제공된 버퍼가 너무 작은 경우 필요한 길이를 반환합니다.

반환 값

true 값에 SQL Server의 특정 루트 등록 경로가 포함되어 있으면 이고, 그렇지 않으면 입니다 false.

적용 대상