Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
488 B

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1993 **
  4. //*********************************************************************
  5. #ifdef INCL_GROUP_SUPPORT
  6. typedef struct tagGROUPPRIENTRY {
  7. TCHAR * pszGroupName;
  8. struct tagGROUPPRIENTRY * pNext;
  9. struct tagGROUPPRIENTRY * pPrev;
  10. } GROUPPRIENTRY;
  11. #endif // INCL_GROUP_SUPPORT