DelegateGetSQLReplicationRegPath Delegate

Definition

Gets the SQL replication registry path.

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

Parameters

sRegPath
StringBuilder

The path of the registry to get.

pdwSize
UInt32

The size in bytes.

Return Value

true if the SQL Replication registers the path; otherwise, false.

Applies to