C# Code:
[StructLayout(LayoutKind.Sequential)] private struct TOKEN_PRIVILEGES{ private int PrivilegeCount; private LUID_AND_ATTRIBUTES Privileges(ANYSIZE_ARRAY); }
I am getting the following, "Identifier Expected on the last line in that structany ideas what could be causing it?




any ideas what could be causing it?
Reply With Quote