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
17 lines
422 B
|
|
/*****************************************************************************
|
|
|
|
I S M E M B E R H E A D E R
|
|
|
|
Name: ismember.h
|
|
Date: 21-Jan-1994
|
|
Creator: John Fu
|
|
|
|
Description:
|
|
This is the header file for ismember.c
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
BOOL IsUserMember(
|
|
PSID psidGroup);
|