DelegateGetSQLBinPathByInstID Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an SQL binary path by an instance identifier.
public delegate bool DelegateGetSQLBinPathByInstID(INST_ID ^ pInstanceID, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSQLBinPathByInstID(INST_ID pInstanceID, StringBuilder sPath, out uint pdwSize);
type DelegateGetSQLBinPathByInstID = delegate of INST_ID * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSQLBinPathByInstID(pInstanceID As INST_ID, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
Parameters
- pInstanceID
- INST_ID
A pointer to the instance ID of the relevant instance.
- sPath
- StringBuilder
A pointer to a buffer to receive the path.
- pdwSize
- UInt32
Returns the required length if the supplied buffer is too small.
Return Value
A Boolean value contains the SQL binary path by an instance identifier.