| 1 | # WslcReleaseCrashDumpSubscription |
| 2 | |
| 3 | ```c |
| 4 | STDAPI WslcReleaseCrashDumpSubscription(_In_ WslcCrashDumpSubscription subscription); |
| 5 | ``` |
| 6 | |
| 7 | | Parameter | Type | Direction | |
| 8 | |---|---|---| |
| 9 | | `subscription` | `WslcCrashDumpSubscription` | in | |
| 10 | |
| 11 | Return value: `HRESULT`. |
| 12 | |
| 13 | Example: |
| 14 | |
| 15 | ```c |
| 16 | HRESULT hr = WslcReleaseCrashDumpSubscription(subscription); |
| 17 | subscription = NULL; |
| 18 | ``` |