Import everything
[cl-w32api.git] / modules / win95.unicode-charset.lisp
blob7104a8f0a3044253b69471407acdd9b6a436523f
1 (defcfunex-exported ("GetTextCharset" GetTextCharset :convention :stdcall) :int
2 (arg0 :pointer))
4 (defcfunex-exported ("GetTextCharsetInfo" GetTextCharsetInfo :convention :stdcall) :int
5 (arg0 :pointer)
6 (arg1 :pointer)
7 (arg2 :unsigned-long))
9 (defcfunex-exported ("IsDBCSLeadByteEx" IsDBCSLeadByteEx :convention :stdcall) :int
10 (arg0 :unsigned-int)
11 (arg1 :unsigned-char))
13 (defcfunex-exported ("TranslateCharsetInfo" TranslateCharsetInfo :convention :stdcall) :int
14 (arg0 :pointer)
15 (arg1 :pointer)
16 (arg2 :unsigned-long))