Skip to content

Commit 36fdb7a

Browse files
committed
Update API article
1 parent 9b117b5 commit 36fdb7a

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

docs/native-interfaces/instapi-getsqlinstanceregstringbyid.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)