#include "stdafx.h" #include <windows.h> #include <tchar.h> #include <Aclapi.h> #define dprintf _tprintf // A process has requested access to an object, but has not been granted those access rights. #define STATUS_ACCESS_DENIED ((NTSTATUS)0xC0000022L) #define NT_SUCCESS(Status) ((NTSTATUS)(Status) >= 0) typedef struct _UNICODE_STRING }