Skip to content

Commit f6ac37c

Browse files
authored
Merge pull request #981 from ChrisOfTheLewi/patch-1
Update nc-fwpmu-ipsec_sa_context_callback0.md
2 parents ed63199 + 029eadd commit f6ac37c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

sdk-api-src/content/fwpmu/nc-fwpmu-ipsec_sa_context_callback0.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,28 @@ api_name:
4545
- IPSEC_SA_CONTEXT_CALLBACK0
4646
---
4747

48-
# IPSEC_SA_CONTEXT_CALLBACK0 callback function
49-
50-
5148
## -description
5249

53-
The <b>IPSEC_SA_CONTEXT_CALLBACK0</b> function is used to add custom behavior to the IPsec security association (SA) context subscription process.
50+
The <b>IPSEC_SA_CONTEXT_CALLBACK0</b> function is used to add custom behavior to the IPsec security association (SA) context subscription process.
5451

5552
## -parameters
5653

5754
### -param context [in, out]
5855

5956
Type: <b>void*</b>
6057

61-
Optional context pointer. It contains the value of the <i>context</i> parameter of the <a href="/windows/desktop/api/fwpmu/nf-fwpmu-ipsecsacontextsubscribe0">IPsecSaContextSubscribe0</a> function.
58+
Optional context pointer. It contains the value of the <i>context</i> parameter of the <a href="/windows/win32/api/fwpmu/nf-fwpmu-ipsecsacontextsubscribe0">IPsecSaContextSubscribe0</a> function.
6259

6360
### -param change [in]
6461

65-
Type: <b>const <a href="/windows/desktop/api/ipsectypes/ns-ipsectypes-ipsec_sa_context_change0_">IPSEC_SA_CONTEXT_CHANGE0</a>*</b>
62+
Type: **const [IPSEC_SA_CONTEXT_CHANGE0](IPSEC_SA_CONTEXT_CHANGE0)\***
6663

6764
The IPsec SA context information.
6865

6966
## -remarks
7067

71-
Call <a href="/windows/desktop/api/fwpmu/nf-fwpmu-ipsecsacontextsubscribe0">IPsecSaContextSubscribe0</a> to register this callback function.
68+
Call <a href="/windows/win32/api/fwpmu/nf-fwpmu-ipsecsacontextsubscribe0">IPsecSaContextSubscribe0</a> to register this callback function.
7269

7370
## -see-also
7471

75-
<a href="/windows/desktop/api/fwpmu/nf-fwpmu-ipsecsacontextsubscribe0">IPsecSaContextSubscribe0</a>
72+
<a href="/windows/win32/api/fwpmu/nf-fwpmu-ipsecsacontextsubscribe0">IPsecSaContextSubscribe0</a>

0 commit comments

Comments
 (0)