File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,19 +20,24 @@ public static bool GetSQLInstanceRegStringByID (Microsoft.SqlServer.INST_ID inst
2020
2121## Parameters
2222` instanceID ` INST_ID
23- A pointer to the instance ID of the relevant instance.
23+
24+ A pointer to the instance ID of the relevant instance.
2425
2526` registryPath ` String
26- A pointer to a buffer to receive the registry path.
27+
28+ A pointer to a buffer to receive the registry path.
2729
2830` valueName ` String
29- A String value that contains the value name to retrieve.
31+
32+ A String value that contains the value name to retrieve.
3033
3134` data ` StringBuilder
32- A pointer to a buffer to receive the string that will be retrieved.
35+
36+ A pointer to a buffer to receive the string that will be retrieved.
3337
3438` bufferSize ` UInt32
35- A pointer to a ` DWORD ` value to supply the length of the buffer. Returns the required length if the supplied buffer is too small.
39+
40+ A pointer to a ` DWORD ` value to supply the length of the buffer. Returns the required length if the supplied buffer is too small.
3641
3742## Returns
3843
You can’t perform that action at this time.
0 commit comments