C# Code:
  1. [StructLayout(LayoutKind.Sequential)]
  2.     private struct TOKEN_PRIVILEGES{
  3.     private int PrivilegeCount;
  4.     private LUID_AND_ATTRIBUTES Privileges(ANYSIZE_ARRAY);
  5. }

I am getting the following, "Identifier Expected on the last line in that struct any ideas what could be causing it?