NGFX_ArtifactFilePath_Params_V1#

struct NGFX_ArtifactFilePath_Params_V1#

Parameters for retrieving the path of a completed activity artifact file.

Public Members

uint32_t version#

Used for versioning; must be assigned a value of NGFX_ArtifactFilePath_Params_VER.

uint32_t artifactIndex#

Zero-based index of the completed artifact file.

NGFX_PathChar *filePath#

Caller-owned output buffer for the null-terminated artifact path.

uint32_t filePathCapacity#

Capacity of filePath in NGFX_PathChar elements.

uint32_t requiredPathCapacity#

Required capacity, including the null terminator.