Skip to content
SysDirEntryDeinitCopy

SysDirEntryDeinitCopy

SysDirEntryDeinitCopy

Description

Deinitialize a copied directory entry.

Parameters

Name Direction Description
copy in,out Entry copy to clean up.

Success

Returns NULL after cleaning resources.

Failure

Function cannot fail - safe to call with NULL.

Usage example (Cross-references)

Usage examples (Cross-references)
    
    
    SysDirEntry *SysDirEntryDeinitCopy(SysDirEntry *copy) {
        if (!copy) {
            LOG_FATAL("invalid arguments.");
Last updated on