Skip to content

Commit 28ce4f4

Browse files
author
mtx48109
committed
windows formatting review pr19
1 parent 37503f8 commit 28ce4f4

30 files changed

Lines changed: 402 additions & 421 deletions

docs/windows/srwlock-srwlock-data-member.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# SRWLock::SRWLock_ Data Member
16-
Contains the underlying lock variable for the current SRWLock object.
16+
Contains the underlying lock variable for the current **SRWLock** object.
1717

1818
## Syntax
1919

docs/windows/srwlock-tilde-srwlock-destructor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# SRWLock::~SRWLock Destructor
16-
Deinitializes an instance of the SRWLock class.
16+
Deinitializes an instance of the **SRWLock** class.
1717

1818
## Syntax
1919

docs/windows/srwlock-trylockexclusive-method.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# SRWLock::TryLockExclusive Method
16-
Attempts to acquire a SRWLock object in exclusive mode for the current or specified SRWLock object. If the call is successful, the calling thread takes ownership of the lock.
16+
Attempts to acquire a **SRWLock** object in exclusive mode for the current or specified **SRWLock** object. If the call is successful, the calling thread takes ownership of the lock.
1717

1818
## Syntax
1919

@@ -25,12 +25,12 @@ static SyncLockExclusive TryLockExclusive(
2525
);
2626
```
2727

28-
#### Parameters
29-
`lock`
30-
Pointer to an SRWLock object.
28+
### Parameters
29+
*lock*
30+
Pointer to an **SRWLock** object.
3131

3232
## Return Value
33-
If successful, an SRWLock object in exclusive mode and the calling thread takes ownership of the lock. Otherwise, an SRWLock object whose state is invalid.
33+
If successful, an **SRWLock** object in exclusive mode and the calling thread takes ownership of the lock. Otherwise, an **SRWLock** object whose state is invalid.
3434

3535
## Requirements
3636
**Header:** corewrappers.h

docs/windows/srwlock-trylockshared-method.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# SRWLock::TryLockShared Method
16-
Attempts to acquire a SRWLock object in shared mode for the current or specified SRWLock object.
16+
Attempts to acquire a **SRWLock** object in shared mode for the current or specified **SRWLock** object.
1717

1818
## Syntax
1919

@@ -24,12 +24,12 @@ WRL_NOTHROW static SyncLockShared TryLockShared(
2424
);
2525
```
2626

27-
#### Parameters
28-
`lock`
29-
Pointer to an SRWLock object.
27+
### Parameters
28+
*lock*
29+
Pointer to an **SRWLock** object.
3030

3131
## Return Value
32-
If successful, an SRWLock object in shared mode and the calling thread takes ownership of the lock. Otherwise, an SRWLock object whose state is invalid.
32+
If successful, an **SRWLock** object in shared mode and the calling thread takes ownership of the lock. Otherwise, an **SRWLock** object whose state is invalid.
3333

3434
## Requirements
3535
**Header:** corewrappers.h

docs/windows/srwlockexclusivetraits-getinvalidvalue-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# SRWLockExclusiveTraits::GetInvalidValue Method
16-
Retrieves an SRWLockExclusiveTraits object that is always invalid.
16+
Retrieves an **SRWLockExclusiveTraits** object that is always invalid.
1717

1818
## Syntax
1919

@@ -22,7 +22,7 @@ inline static Type GetInvalidValue();
2222
```
2323

2424
## Return Value
25-
An empty SRWLockExclusiveTraits object.
25+
An empty **SRWLockExclusiveTraits** object.
2626

2727
## Requirements
2828
**Header:** corewrappers.h

docs/windows/srwlockexclusivetraits-structure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# SRWLockExclusiveTraits Structure
16-
Describes common characteristics of the SRWLock class in exclusive lock mode.
16+
Describes common characteristics of the `SRWLock` class in exclusive lock mode.
1717

1818
## Syntax
1919

@@ -33,8 +33,8 @@ struct SRWLockExclusiveTraits;
3333

3434
|Name|Description|
3535
|----------|-----------------|
36-
|[SRWLockExclusiveTraits::GetInvalidValue Method](../windows/srwlockexclusivetraits-getinvalidvalue-method.md)|Retrieves an SRWLockExclusiveTraits object that is always invalid.|
37-
|[SRWLockExclusiveTraits::Unlock Method](../windows/srwlockexclusivetraits-unlock-method.md)|Releases exclusive control of the specified SRWLock object.|
36+
|[SRWLockExclusiveTraits::GetInvalidValue Method](../windows/srwlockexclusivetraits-getinvalidvalue-method.md)|Retrieves an **SRWLockExclusiveTraits** object that is always invalid.|
37+
|[SRWLockExclusiveTraits::Unlock Method](../windows/srwlockexclusivetraits-unlock-method.md)|Releases exclusive control of the specified `SRWLock` object.|
3838

3939
## Inheritance Hierarchy
4040
`SRWLockExclusiveTraits`

docs/windows/srwlockexclusivetraits-unlock-method.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# SRWLockExclusiveTraits::Unlock Method
16-
Releases exclusive control of the specified SRWLock object.
16+
Releases exclusive control of the specified `SRWLock` object.
1717

1818
## Syntax
1919

@@ -23,9 +23,9 @@ inline static void Unlock(
2323
);
2424
```
2525

26-
#### Parameters
27-
`srwlock`
28-
Handle to an SRWLock object.
26+
### Parameters
27+
*srwlock*
28+
Handle to an `SRWLock` object.
2929

3030
## Requirements
3131
**Header:** corewrappers.h

docs/windows/srwlocksharedtraits-getinvalidvalue-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# SRWLockSharedTraits::GetInvalidValue Method
16-
Retrieves an SRWLockSharedTraits object that is always invalid.
16+
Retrieves an **SRWLockSharedTraits** object that is always invalid.
1717

1818
## Syntax
1919

@@ -22,7 +22,7 @@ inline static Type GetInvalidValue();
2222
```
2323

2424
## Return Value
25-
A handle to a SRWLockSharedTraits object.
25+
A handle to a **SRWLockSharedTraits** object.
2626

2727
## Requirements
2828
**Header:** corewrappers.h

docs/windows/srwlocksharedtraits-structure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# SRWLockSharedTraits Structure
16-
Describes common characteristics of the SRWLock class in shared lock mode.
16+
Describes common characteristics of the `SRWLock` class in shared lock mode.
1717

1818
## Syntax
1919

@@ -33,8 +33,8 @@ struct SRWLockSharedTraits;
3333

3434
|Name|Description|
3535
|----------|-----------------|
36-
|[SRWLockSharedTraits::GetInvalidValue Method](../windows/srwlocksharedtraits-getinvalidvalue-method.md)|Retrieves an SRWLockSharedTraits object that is always invalid.|
37-
|[SRWLockSharedTraits::Unlock Method](../windows/srwlocksharedtraits-unlock-method.md)|Releases exclusive control of the specified SRWLock object.|
36+
|[SRWLockSharedTraits::GetInvalidValue Method](../windows/srwlocksharedtraits-getinvalidvalue-method.md)|Retrieves an **SRWLockSharedTraits** object that is always invalid.|
37+
|[SRWLockSharedTraits::Unlock Method](../windows/srwlocksharedtraits-unlock-method.md)|Releases exclusive control of the specified `SRWLock` object.|
3838

3939
## Inheritance Hierarchy
4040
`SRWLockSharedTraits`

docs/windows/srwlocksharedtraits-unlock-method.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
1515
# SRWLockSharedTraits::Unlock Method
16-
Releases exclusive control of the specified SRWLock object.
16+
Releases exclusive control of the specified `SRWLock` object.
1717

1818
## Syntax
1919

@@ -23,9 +23,9 @@ inline static void Unlock(
2323
);
2424
```
2525

26-
#### Parameters
27-
`srwlock`
28-
A handle to an SRWLock object.
26+
### Parameters
27+
*srwlock*
28+
A handle to an `SRWLock` object.
2929

3030
## Return Value
3131

0 commit comments

Comments
 (0)