pub unsafe static kODNodeOptionsQuerySkippedSubnode: Option<&'static CFString>Available on crate features
CFOpenDirectoryConstants and objc2-core-foundation only.Expand description
Used with nodes that support options.
Passed in an options dictionary where the value is a boolean (kCFBooleanTrue/kCFBooleanFalse). If a node supports the option it will notify the client when a subnode is skipped during queries. Supported options are listed in node details under kODAttributeTypeNodeOptions. Node may fail to open if unsupported options are used.
See also Appleās documentation