Skip to content

MTY_LockFileDestroy

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Destroy an MTY_LockFile.

void MTY_LockFileDestroy(
    MTY_LockFile ** lockFile
);

Parameters

lockFile (MTY_LockFile **)

Passed by reference and set to NULL after being destroyed.

Destroying the MTY_LockFile will not delete the actual file from the filesystem, it simply releases the process' ownership of the lock file.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: File

Clone this wiki locally