#ifndef _NTRTL_H // Directory and path support typedef struct _RTLP_CURDIR_REF { LONG ReferenceCount; HANDLE DirectoryHandle; } RTLP_CURDIR_REF, *PRTLP_CURDIR_REF; #endif View code on GitHub
No description available.