Skip to content

Commit 19ec963

Browse files
authored
Merge pull request #4710 from MicrosoftDocs/master
5/24/2019 AM Publish
2 parents 13ab9a5 + 2ed8e6f commit 19ec963

File tree

562 files changed

+2116
-3116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+2116
-3116
lines changed

docs/extensibility/breaking-changes-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: "gregvanl"
99
manager: jillfra
1010
ms.workload:
1111
- "vssdk"
12-
monikerRange: vs-2017
12+
1313
---
1414
# Changes in Visual Studio 2017 extensibility
1515

docs/extensibility/debugger/reference/idebugbreakpointboundevent2-enumboundbreakpoints.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ int EnumBoundBreakpoints( 
3535

3636
## Parameters
3737
`ppEnum`\
38-
39-
[out] Returns an [IEnumDebugBoundBreakpoints2](../../../extensibility/debugger/reference/ienumdebugboundbreakpoints2.md) object that enumerates all the breakpoints bound from this event.
38+
[out] Returns an [IEnumDebugBoundBreakpoints2](../../../extensibility/debugger/reference/ienumdebugboundbreakpoints2.md) object that enumerates all the breakpoints bound from this event.
4039

4140
## Return Value
4241
If successful, returns `S_OK`. Returns `S_FALSE` if there are no bound breakpoints; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugbreakpointboundevent2-getpendingbreakpoint.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ int GetPendingBreakpoint(
3535

3636
## Parameters
3737
`ppPendingBP`\
38-
39-
[out] Returns the [IDebugPendingBreakpoint2](../../../extensibility/debugger/reference/idebugpendingbreakpoint2.md) object that represents the pending breakpoint being bound.
38+
[out] Returns the [IDebugPendingBreakpoint2](../../../extensibility/debugger/reference/idebugpendingbreakpoint2.md) object that represents the pending breakpoint being bound.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugbreakpointchecksumrequest2-getchecksum.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ public int GetChecksum(
3535

3636
## Parameters
3737
`guidAlgorithm`\
38-
39-
[in] Unique identifier of the checksum algorithm.
38+
[in] Unique identifier of the checksum algorithm.
4039

4140
`pChecksumData`\
42-
43-
[out] Document checksum for the breakpoint request.
41+
[out] Document checksum for the breakpoint request.
4442

4543
## Return Value
4644
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugbreakpointchecksumrequest2-ischecksumenabled.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ public int IsChecksumEnabled(
3232
```
3333

3434
## Parameters
35-
`pfChecksumEnabled`\
36-
37-
[out] Returns TRUE if the checksum is enabled; otherwise, returns FALSE.
35+
`pfChecksumEnabled`\
36+
[out] Returns TRUE if the checksum is enabled; otherwise, returns FALSE.
3837

3938
## Return Value
4039
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugbreakpointerrorevent2-geterrorbreakpoint.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ int GetErrorBreakpoint( 
3535

3636
## Parameters
3737
`ppErrorBP`\
38-
39-
[out] Returns an [IDebugErrorBreakpoint2](../../../extensibility/debugger/reference/idebugerrorbreakpoint2.md) object that describes the warning or error.
38+
[out] Returns an [IDebugErrorBreakpoint2](../../../extensibility/debugger/reference/idebugerrorbreakpoint2.md) object that describes the warning or error.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugbreakpointevent2-enumbreakpoints.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ int EnumBreakpoints(
3434
```
3535

3636
## Parameters
37-
`ppEnum`\
38-
39-
[out] Returns an [IEnumDebugBoundBreakpoints2](../../../extensibility/debugger/reference/ienumdebugboundbreakpoints2.md) object that enumerates all the breakpoints associated with the current code location.
37+
`ppEnum`\
38+
[out] Returns an [IEnumDebugBoundBreakpoints2](../../../extensibility/debugger/reference/ienumdebugboundbreakpoints2.md) object that enumerates all the breakpoints associated with the current code location.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugbreakpointrequest2-getlocationtype.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ int GetLocationType(
3535

3636
## Parameters
3737
`pBPLocationType`\
38-
39-
[out] Returns a value from the [BP_LOCATION_TYPE](../../../extensibility/debugger/reference/bp-location-type.md) enumeration that describes the location of this breakpoint request.
38+
[out] Returns a value from the [BP_LOCATION_TYPE](../../../extensibility/debugger/reference/bp-location-type.md) enumeration that describes the location of this breakpoint request.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code. Returns `E_FAIL` if the `bpLocation` field in the associated [BP_REQUEST_INFO](../../../extensibility/debugger/reference/bp-request-info.md) structure is not valid.

docs/extensibility/debugger/reference/idebugbreakpointrequest2-getrequestinfo.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ int GetRequestInfo( 
3636
```
3737

3838
## Parameters
39-
`dwFields`\
39+
`dwFields`\
40+
[in] A combination of flags from the [BPREQI_FIELDS](../../../extensibility/debugger/reference/bpreqi-fields.md) enumeration that determines which fields in the `pBPRequestInfo` parameter are to be filled out.
4041

41-
[in] A combination of flags from the [BPREQI_FIELDS](../../../extensibility/debugger/reference/bpreqi-fields.md) enumeration that determines which fields in the `pBPRequestInfo` parameter are to be filled out.
42-
43-
`pBPRequestInfo`\
44-
45-
[out] Specifies the [BP_REQUEST_INFO](../../../extensibility/debugger/reference/bp-request-info.md) structure to be filled in with the description of the breakpoint request.
42+
`pBPRequestInfo`\
43+
[out] Specifies the [BP_REQUEST_INFO](../../../extensibility/debugger/reference/bp-request-info.md) structure to be filled in with the description of the breakpoint request.
4644

4745
## Return Value
4846
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugbreakpointrequest3-getrequestinfo2.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ int GetRequestInfo2(
3636
```
3737

3838
## Parameters
39-
`dwFields`\
39+
`dwFields`\
40+
[in] A combination of flags from the [BPREQI_FIELDS](../../../extensibility/debugger/reference/bpreqi-fields.md) enumeration that determine which fields of `pBPRequestInfo` are to be filled in.
4041

41-
[in] A combination of flags from the [BPREQI_FIELDS](../../../extensibility/debugger/reference/bpreqi-fields.md) enumeration that determine which fields of `pBPRequestInfo` are to be filled in.
42-
43-
`bBPRequestInfo`\
44-
45-
[out] The [BP_REQUEST_INFO2](../../../extensibility/debugger/reference/bp-request-info2.md) structure to be filled in.
42+
`bBPRequestInfo`\
43+
[out] The [BP_REQUEST_INFO2](../../../extensibility/debugger/reference/bp-request-info2.md) structure to be filled in.
4644

4745
## Return Value
4846
If successful, returns `S_OK`; otherwise, returns error code.

docs/extensibility/debugger/reference/idebugbreakpointresolution2-getbreakpointtype.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ int GetBreakpointType( 
3535

3636
## Parameters
3737
`pBPType`\
38-
39-
[out] Returns a value from the [BP_TYPE](../../../extensibility/debugger/reference/bp-type.md) enumeration that specifies the type of this breakpoint.
38+
[out] Returns a value from the [BP_TYPE](../../../extensibility/debugger/reference/bp-type.md) enumeration that specifies the type of this breakpoint.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise returns an error code. Returns E_FAIL if the `bpResLocation` field in the associated [BP_RESOLUTION_INFO](../../../extensibility/debugger/reference/bp-resolution-info.md) structure is not valid.

docs/extensibility/debugger/reference/idebugbreakpointresolution2-getresolutioninfo.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ int GetResolutionInfo( 
3636
```
3737

3838
## Parameters
39-
`dwFields`\
39+
`dwFields`\
40+
[in] A combination of flags from the [BPRESI_FIELDS](../../../extensibility/debugger/reference/bpresi-fields.md) enumeration that determine which fields of the `pBPResolutionInfo` parameter are to be filled out.
4041

41-
[in] A combination of flags from the [BPRESI_FIELDS](../../../extensibility/debugger/reference/bpresi-fields.md) enumeration that determine which fields of the `pBPResolutionInfo` parameter are to be filled out.
42-
43-
`pBPResolutionInfo`\
44-
45-
[out] The [BP_RESOLUTION_INFO](../../../extensibility/debugger/reference/bp-resolution-info.md) structure to be filled in with information about this breakpoint.
42+
`pBPResolutionInfo`\
43+
[out] The [BP_RESOLUTION_INFO](../../../extensibility/debugger/reference/bp-resolution-info.md) structure to be filled in with information about this breakpoint.
4644

4745
## Return Value
4846
If successful, returns `S_OK`; otherwise returns an error code.

docs/extensibility/debugger/reference/idebugbreakpointunboundevent2-getbreakpoint.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ int GetBreakpoint(
3535

3636
## Parameters
3737
`ppBP`\
38-
39-
[out] Returns an [IDebugBoundBreakpoint2](../../../extensibility/debugger/reference/idebugboundbreakpoint2.md) object that represents the breakpoint that became unbound.
38+
[out] Returns an [IDebugBoundBreakpoint2](../../../extensibility/debugger/reference/idebugboundbreakpoint2.md) object that represents the breakpoint that became unbound.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugbreakpointunboundevent2-getreason.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ int GetReason(
3535

3636
## Parameters
3737
`pdwUnboundReason`\
38-
39-
[out] Returns a value from the [BP_UNBOUND_REASON](../../../extensibility/debugger/reference/bp-unbound-reason.md) enumeration specifying the reason the breakpoint was unbound.
38+
[out] Returns a value from the [BP_UNBOUND_REASON](../../../extensibility/debugger/reference/bp-unbound-reason.md) enumeration specifying the reason the breakpoint was unbound.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugcanstopevent2-canstop.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ int CanStop ( 
3434
```
3535

3636
## Parameters
37-
`fCanStop`\
38-
39-
[in] Non-zero (`TRUE`) if the DE should stop at the current code location; otherwise, zero (`FALSE`).
37+
`fCanStop`\
38+
[in] Non-zero (`TRUE`) if the DE should stop at the current code location; otherwise, zero (`FALSE`).
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugcanstopevent2-getcodecontext.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ int GetCodeContext( 
3434
```
3535

3636
## Parameters
37-
`ppCodeContext`\
38-
39-
[out] Returns the [IDebugCodeContext2](../../../extensibility/debugger/reference/idebugcodecontext2.md) object that represents the current code location.
37+
`ppCodeContext`\
38+
[out] Returns the [IDebugCodeContext2](../../../extensibility/debugger/reference/idebugcodecontext2.md) object that represents the current code location.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugcanstopevent2-getdocumentcontext.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ int GetDocumentContext ( 
3434
```
3535

3636
## Parameters
37-
`ppDocCxt`\
38-
39-
[out] Returns the [IDebugDocumentContext2](../../../extensibility/debugger/reference/idebugdocumentcontext2.md) interface that represents a position in a source file document corresponding to the current code location.
37+
`ppDocCxt`\
38+
[out] Returns the [IDebugDocumentContext2](../../../extensibility/debugger/reference/idebugdocumentcontext2.md) interface that represents a position in a source file document corresponding to the current code location.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugcanstopevent2-getreason.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ int GetReason( 
3434
```
3535

3636
## Parameters
37-
`pcr`\
38-
39-
[out] Returns a value from the [CANSTOP_REASON](../../../extensibility/debugger/reference/canstop-reason.md) enumeration that describes the reason for this event.
37+
`pcr`\
38+
[out] Returns a value from the [CANSTOP_REASON](../../../extensibility/debugger/reference/canstop-reason.md) enumeration that describes the reason for this event.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugclassfield-doesinterfaceexist.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ int DoesInterfaceExist(
3434
```
3535

3636
## Parameters
37-
`pszInterfaceName`\
38-
39-
[in] A string containing the interface name to look for.
37+
`pszInterfaceName`\
38+
[in] A string containing the interface name to look for.
4039

4140
## Return Value
4241
If successful, returns S_OK, returns S_FALSE if the interface does not exist; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugclassfield-enumbaseclasses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ int EnumBaseClasses(
3434
```
3535

3636
## Parameters
37-
`ppEnum`\
37+
`ppEnum`\
3838

39-
[out] Returns an [IEnumDebugFields](../../../extensibility/debugger/reference/ienumdebugfields.md) object representing the list of base classes. Returns a null value if there are no base classes.
39+
[out] Returns an [IEnumDebugFields](../../../extensibility/debugger/reference/ienumdebugfields.md) object representing the list of base classes. Returns a null value if there are no base classes.
4040

4141
## Return Value
4242
If successful, returns S_OK, returns S_SH_NO_BASE_CLASSES if there are no base classes (and the `ppEnum` parameter is set to a null value); otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugclassfield-enumconstructors.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ int EnumConstructors(
3636
```
3737

3838
## Parameters
39-
`cMatch`\
39+
`cMatch`\
40+
[in] A value from the [CONSTRUCTOR_ENUM](../../../extensibility/debugger/reference/constructor-enum.md) enumeration that specifies the type of constructors to enumeration.
4041

41-
[in] A value from the [CONSTRUCTOR_ENUM](../../../extensibility/debugger/reference/constructor-enum.md) enumeration that specifies the type of constructors to enumeration.
42-
43-
`ppEnum`\
44-
45-
[out] Returns an [IEnumDebugFields](../../../extensibility/debugger/reference/ienumdebugfields.md) object representing the list of constructors. Returns a null value if there are no constructors.
42+
`ppEnum`\
43+
[out] Returns an [IEnumDebugFields](../../../extensibility/debugger/reference/ienumdebugfields.md) object representing the list of constructors. Returns a null value if there are no constructors.
4644

4745
## Return Value
4846
If successful, returns S_OK or returns S_FALSE if there are no constructors. Otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugclassfield-enuminterfacesimplemented.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ int EnumInterfacesImplemented(
3434
```
3535

3636
## Parameters
37-
`ppEnum`\
38-
39-
[out] Returns an [IEnumDebugFields](../../../extensibility/debugger/reference/ienumdebugfields.md) object representing the list of interfaces implemented. Returns a null value if there are no interfaces.
37+
`ppEnum`\
38+
[out] Returns an [IEnumDebugFields](../../../extensibility/debugger/reference/ienumdebugfields.md) object representing the list of interfaces implemented. Returns a null value if there are no interfaces.
4039

4140
## Return Value
4241
If successful, returns S_OK or returns S_FALSE if there are no interfaces implemented on this class. Otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugclassfield-enumnestedclasses.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ int EnumNestedClasses(
3535

3636
## Parameters
3737
`ppEnum`\
38-
39-
[out] Returns an [IEnumDebugFields](../../../extensibility/debugger/reference/ienumdebugfields.md) object representing the list of nested classes. Returns a null value if there are no nested classes.
38+
[out] Returns an [IEnumDebugFields](../../../extensibility/debugger/reference/ienumdebugfields.md) object representing the list of nested classes. Returns a null value if there are no nested classes.
4039

4140
## Return Value
4241
If successful, returns S_OK or returns S_FALSE if there are no nested classes. Otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugclassfield-enumnestedenums.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ int EnumNestedEnums(
3535

3636
## Parameters
3737
`ppEnum`\
38-
39-
[out] Returns an [IEnumDebugFields](../../../extensibility/debugger/reference/ienumdebugfields.md) object representing the list of nested enumerations. Returns a null value if there are no nested enumerations.
38+
[out] Returns an [IEnumDebugFields](../../../extensibility/debugger/reference/ienumdebugfields.md) object representing the list of nested enumerations. Returns a null value if there are no nested enumerations.
4039

4140
## Return Value
4241
If successful, returns S_OK or returns S_FALSE if there are no nested enumerators. Otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugclassfield-getdefaultindexer.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ int GetDefaultIndexer(
3434
```
3535

3636
## Parameters
37-
`pbstrIndexer`
38-
39-
[out] Returns a string containing the name of the default indexer.
37+
`pbstrIndexer`
38+
[out] Returns a string containing the name of the default indexer.
4039

4140
## Return Value
4241
If successful, returns S_OK or returns S_FALSE if there is no default indexer. Otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugclassfield-getenclosingclass.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ int GetEnclosingClass(
3535

3636
## Parameters
3737
`ppClassField`\
38-
39-
[out] Returns an [IDebugClassField](../../../extensibility/debugger/reference/idebugclassfield.md) object representing the enclosing class. Returns a null value if there is no enclosing class.
38+
[out] Returns an [IDebugClassField](../../../extensibility/debugger/reference/idebugclassfield.md) object representing the enclosing class. Returns a null value if there is no enclosing class.
4039

4140
## Return Value
4241
If successful, returns S_OK; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugcodecontext2-getdocumentcontext.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ int GetDocumentContext( 
3434
```
3535

3636
## Parameters
37-
`ppSrcCxt`\
38-
39-
[out] Returns the [IDebugDocumentContext2](../../../extensibility/debugger/reference/idebugdocumentcontext2.md) object that corresponds to the code context.
37+
`ppSrcCxt`\
38+
[out] Returns the [IDebugDocumentContext2](../../../extensibility/debugger/reference/idebugdocumentcontext2.md) object that corresponds to the code context.
4039

4140
## Return Value
4241
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugcodecontext2-getlanguageinfo.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ int GetLanguageInfo( 
3636
```
3737

3838
## Parameters
39-
`pbstrLanguage`\
39+
`pbstrLanguage`\
40+
[in, out] Returns a string that contains the name of the language, such as "C++."
4041

41-
[in, out] Returns a string that contains the name of the language, such as "C++."
42-
43-
`pguidLanguage`\
44-
45-
[in, out] Returns the GUID for the language of the code context, for example, `guidCPPLang`.
42+
`pguidLanguage`\
43+
[in, out] Returns the GUID for the language of the code context, for example, `guidCPPLang`.
4644

4745
## Return Value
4846
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugcodecontext3-getmodule.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public int GetModule(
3333

3434
## Parameters
3535
`ppModule`\
36-
37-
[out] Reference to the debug module interface.
36+
[out] Reference to the debug module interface.
3837

3938
## Return Value
4039
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugcodecontext3-getprocess.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public int GetProcess(
3333

3434
## Parameters
3535
`ppProcess`\
36-
37-
[out] Reference to the debug process interface.
36+
[out] Reference to the debug process interface.
3837

3938
## Return Value
4039
If successful, returns `S_OK`; otherwise, returns an error code.

docs/extensibility/debugger/reference/idebugcomplussymbolprovider-aresymbolsloaded.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ int AreSymbolsLoaded (
3636

3737
## Parameters
3838
`ulAppDomainID`\
39-
40-
[in] Identifier for the application domain.
39+
[in] Identifier for the application domain.
4140

4241
`guidModule`\
43-
44-
[in] Unique identifier for the module.
42+
[in] Unique identifier for the module.
4543

4644
## Return Value
4745
If the debug symbols are loaded, returns `S_OK`; otherwise, returns `S_FALSE`.

0 commit comments

Comments
 (0)