Windows2003-3790/windows/feime/kor/ime2k/tip/immsec.h

20 lines
538 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#if !defined (_IMMSEC_H__INCLUDED_)
#define _IMMSEC_H__INCLUDED_
#ifdef __cplusplus
extern "C" {
#endif
PSECURITY_ATTRIBUTES CreateSecurityAttributes(VOID);
VOID FreeSecurityAttributes( PSECURITY_ATTRIBUTES psa);
BOOL IsNT(VOID);
PSECURITY_ATTRIBUTES GetIMESecurityAttributes(VOID);
PSECURITY_ATTRIBUTES GetIMESecurityAttributesEx(VOID);
VOID FreeIMESecurityAttributes(VOID);
PSECURITY_ATTRIBUTES CreateSecurityAttributesEx(VOID);
PSID MyCreateSidEx(VOID);
#ifdef __cplusplus
}
#endif
#endif // !_IMMSEC_H__INCLUDED_