Skip to content

DIRPRINT FLAG

Data Type : Dir
DIRPRINT_FLAG - DirPrintln flags

#include <dirprint.h>

Definition :

typedef enum {
    DIRPRINT_FLAG_EXTENDED_ENTRY = 1, /**< Also print extended directory 
entry information, including operational items */
    DIRPRINT_FLAG_ITEM_FLAGS  = 2  /**< Also print item flag detail */
} DIRPRINT_FLAG;

Description :

See Also :