Windows2003-3790/windows/feime/kor/ime2k/tip/immsec.h
2020-09-30 16:53:55 +02:00

20 lines
538 B
C

#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_