Back to Wsl

WslcImageInfo

doc/docs/api-reference/c/structures/wslcimageinfo.md

2.9.4353 B
Original Source

WslcImageInfo

c
typedef struct WslcImageInfo
{
    CHAR name[WSLC_IMAGE_NAME_LENGTH];
    uint8_t sha256[32];
    int64_t sizeBytes;
    uint64_t createdUnixTime;
} WslcImageInfo;
FieldType
nameCHAR[WSLC_IMAGE_NAME_LENGTH]
sha256uint8_t[32]
sizeBytesint64_t
createdUnixTimeuint64_t