master
md 14 lines 311 Bytes
Rendered Raw
1 # WslcVhdRequirementsFlags
2
3 ```c
4 typedef enum WslcVhdRequirementsFlags
5 {
6 WSLC_VHD_REQ_FLAG_NONE = 0x00000000,
7 WSLC_VHD_REQ_FLAG_OWNER = 0x00000001,
8 } WslcVhdRequirementsFlags;
9 ```
10
11 | Enumerator | Value |
12 |---|---|
13 | `WSLC_VHD_REQ_FLAG_NONE` | `0x00000000` |
14 | `WSLC_VHD_REQ_FLAG_OWNER` | `0x00000001` |