master
md 20 lines 394 Bytes
Rendered Raw
1 # WslcSessionCrashDumpInfo
2
3 ```c
4 typedef struct WslcSessionCrashDumpInfo
5 {
6 _Field_z_ PCWSTR dumpPath;
7 _Field_z_ PCSTR processName;
8 uint32_t pid;
9 uint32_t signal;
10 uint64_t timestamp;
11 } WslcSessionCrashDumpInfo;
12 ```
13
14 | Field | Type |
15 |---|---|
16 | `dumpPath` | `PCWSTR` |
17 | `processName` | `PCSTR` |
18 | `pid` | `uint32_t` |
19 | `signal` | `uint32_t` |
20 | `timestamp` | `uint64_t` |