DelegateGetInstRootRegPathByID Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Um Boolean valor que obtém a subárvore do registro de um identificador de instância.