18 lines
422 B
C
18 lines
422 B
C
|
|
/*****************************************************************************
|
|
|
|
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);
|