| 1 | # WslcImageProgressMessage |
| 2 | |
| 3 | ```c |
| 4 | typedef struct WslcImageProgressMessage |
| 5 | { |
| 6 | _Out_ PCSTR id; // layer ID or digest |
| 7 | _Out_ WslcImageProgressStatus status; // "Downloading", "Extracting", etc. |
| 8 | _Out_ WslcImageProgressDetail detail; |
| 9 | } WslcImageProgressMessage; |
| 10 | ``` |
| 11 | |
| 12 | | Field | Type | |
| 13 | |---|---| |
| 14 | | `id` | `PCSTR` | |
| 15 | | `status` | `WslcImageProgressStatus` | |
| 16 | | `detail` | `WslcImageProgressDetail` | |