-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_LockFileDestroy
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Destroy an MTY_LockFile
.
void MTY_LockFileDestroy(
MTY_LockFile ** lockFile
);
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.