DelegateGetSQLDataRootByInstID Delegate

Definition

Gets the SQL data root by instance identifier.

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

Parameters

pInstanceID
INST_ID

The instance ID.

sPath
StringBuilder

The specified path.

pdwSize
UInt32

The estimated size of the structure returned, in bytes.

Return Value

A Boolean value contains the SQL data root by instance identifier.

Applies to