DelegateGetInstRootRegPathByID Delegato

Definizione

Ottiene il sottoalbero del Registro di sistema dall'identificatore di un'istanza che rappresenta un componente SQL installato.

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 

Parametri

pInstanceID
INST_ID

Puntatore all'ID dell'istanza specifica.

sRegPath
StringBuilder

Un puntatore a un buffer per la ricezione del percorso del Registro di sistema.

pdwSize
UInt32

Un puntatore a un valore DWORD per fornire la lunghezza del buffer. Restituisce la lunghezza obbligatoria se il buffer fornito è troppo piccolo.

Valore restituito

Valore Boolean che ottiene il sottoalbero del Registro di sistema da un identificatore di istanza.

Si applica a