DelegateGetInstRootRegPathByID Delegar

Definição

Obtém a subárvore de registro de um identificador de instância que representa um componente SQL instalado.

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

Parâmetros

pInstanceID
INST_ID

Um ponteiro para a ID da instância pertinente.

sRegPath
StringBuilder

Um ponteiro para um buffer para recebimento do caminho do Registro.

pdwSize
UInt32

Um ponteiro para um valor DWORD para fornecimento do comprimento do buffer. Retornará o comprimento exigido se o buffer fornecido for muito pequeno.

Valor Retornado

Boolean

Um Boolean valor que obtém a subárvore do registro de um identificador de instância.

Aplica-se a