Files
admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
advcore
appcompat
core
ddk
dload
feime
chnuconv
chs
cht
ddk
fe
jpn
kor
ime2k
cicerolib
dicts
doc
embedded
fecommon
hanjadic
help
hwx
imkrinst
imm32
res
apientry.cpp
apientry.h
candui.cpp
cicbtn.cpp
cicbtn.h
cicero.cpp
cicero.h
cimecb.cpp
cimecb.h
cmode.cpp
cmode.h
compui.cpp
config.cpp
config.h
debug.cpp
debug.h
dllmain.cpp
dllmain.h
escape.cpp
escape.h
fmode.cpp
fmode.h
gdata.cpp
gdata.h
guids.cpp
hanja.cpp
hanja.h
hauto.cpp
hauto.h
hjmode.cpp
hjmode.h
imc.cpp
imc.h
imcsub.cpp
imcsub.h
imedefs.h
imekor.def
imekor.dsp
imekor.mak
imekor.rc
imemisc.cpp
imemisc.h
immsec.cpp
immsec.h
immsys.cpp
immsys.h
indicml.h
inlines.h
ipoint.cpp
ipoint.h
lexheader.h
make.bat
makefile
names.h
pad.cpp
pad.h
pmode.cpp
pmode.h
precomp.h
propmode.cpp
propmode.h
resource.h
sources
statusui.cpp
syshelp.cpp
syshelp.h
toolbar.cpp
toolbar.h
ui.cpp
ui.h
uisubs.cpp
winex.cpp
winex.h
inc
ntmigexe
setup
tip
version
common.inc
dirs
johab
res
uhc
uniime
wansung
dirs
escape.c
hangeul.h
hatmt.c
hatmt.h
hkeytbl.c
imeui.c
main.c
tools
usa
dirs
netdde
oleacc
published
richedit
winstate
dirs
project.mk
dirs
makefil0
2025-04-27 07:49:33 -04: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_