Leaked source code of windows server 2003
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.

17 lines
422 B

  1. /*****************************************************************************
  2. I S M E M B E R H E A D E R
  3. Name: ismember.h
  4. Date: 21-Jan-1994
  5. Creator: John Fu
  6. Description:
  7. This is the header file for ismember.c
  8. *****************************************************************************/
  9. BOOL IsUserMember(
  10. PSID psidGroup);