master
md 18 lines 489 Bytes
Rendered Raw
1 # WslcPushImageOptions
2
3 ```c
4 typedef struct WslcPushImageOptions
5 {
6 _In_z_ PCSTR image;
7 _In_z_ PCSTR registryAuth; // Base64-encoded X-Registry-Auth header value.
8 _In_opt_ WslcContainerImageProgressCallback progressCallback;
9 _In_opt_ PVOID progressCallbackContext;
10 } WslcPushImageOptions;
11 ```
12
13 | Field | Type |
14 |---|---|
15 | `image` | `PCSTR` |
16 | `registryAuth` | `PCSTR` |
17 | `progressCallback` | `WslcContainerImageProgressCallback` |
18 | `progressCallbackContext` | `PVOID` |