#ifndef _NTSAM_H
typedef struct _USER_ALLOWED_TO_DELEGATE_TO_LIST
{
ULONG Size;
ULONG NumSPNs;
UNICODE_STRING SPNList[ANYSIZE_ARRAY];
} USER_ALLOWED_TO_DELEGATE_TO_LIST, *PUSER_ALLOWED_TO_DELEGATE_TO_LIST;
View code on GitHub
No description available.