ANSI_DOS_STAR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

/** 
 * Meta characters for wildcard processing.
 * \remarks NtQueryDirectoryFile(Ex), RtlDoesNameContainWildCards and file system drivers (FAT, NTFS, REFS).
 */
#define ANSI_DOS_STAR ((CHAR)'<')

#endif

View code on GitHub

No description available.