Back to Wsl

WslcContainerNamedVolume

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

2.9.4397 B
Original Source

WslcContainerNamedVolume

c
typedef struct WslcContainerNamedVolume
{
    _In_z_ PCSTR name;          // Name of the session volume (from WslcVhdRequirements.name)
    _In_z_ PCSTR containerPath; // Absolute path inside the container
    _In_ BOOL readOnly;
} WslcContainerNamedVolume;
FieldType
namePCSTR
containerPathPCSTR
readOnlyBOOL