Home
last modified time | relevance | path

Searched refs:LPWSTR (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Ddimm.idl75 LPWSTR lpReading;
76 LPWSTR lpWord;
346 HRESULT InstallIMEW([in] LPWSTR szIMEFileName, [in] LPWSTR szLayoutText, [out] HKL *phKL);
352 …HRESULT RegisterWordW([in] HKL hKL, [in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szRegis…
365 …HRESULT UnregisterWordW([in] HKL hKL, [in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szUnr…
429 HRESULT InstallIMEW([in] LPWSTR szIMEFileName, [in] LPWSTR szLayoutText, [out] HKL *phKL);
435 …HRESULT RegisterWordW([in] HKL hKL, [in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szRegis…
448 …HRESULT UnregisterWordW([in] HKL hKL, [in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szUnr…
515 HRESULT RegisterWord([in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szString);
516 HRESULT UnregisterWord([in] LPWSTR szReading, [in] DWORD dwStyle, [in] LPWSTR szString);
[all …]
H A Ddosinst.h152 (LPWSTR)widename, BUFSIZE); in searchpath()
154 (LPWSTR)location) > (HINSTANCE)32) in searchpath()
156 WideCharToMultiByte(CP_ACP, 0, (LPWSTR)location, -1, in searchpath()
H A Dwinclip.c41 typedef int LPWSTR; typedef
147 LPWSTR *out, int *outlen) in MultiByteToWideChar_alloc()
741 LPWSTR widestr; in acp_to_enc()
766 LPWSTR widestr; in enc_to_acp()
H A Dos_w32exe.c33 LPWSTR lpszCmdLine UNUSED, in wWinMain()
H A Dgui_w32.c4070 LPWSTR lpszText;
4078 LPWSTR lpszText;
4119 LPWSTR lpszText;
5012 LPWSTR tofree1 = NULL; in gui_mch_do_spawn()
5015 LPWSTR cmd, newcmd = NULL, p, warg, tofree2 = NULL; in gui_mch_do_spawn()
5056 LPWSTR wsession; in gui_mch_do_spawn()
5737 LPWSTR wbuf = NULL; in GetCompositionString_inUCS2()
6336 (LPWSTR)unicodebuf, unibuflen); in gui_mch_draw_string()
8552 pti->lpszText = (LPWSTR)beval->tofree; in make_tooltip()
8742 info->lpszText = (LPWSTR)info->lParam; in Handle_WM_Notify()
H A Dos_mswin.c105 typedef int LPWSTR; typedef
1688 LPWSTR lpszFilePath,
H A Dgui_dwrite.cpp64 typedef int (WINAPI *PGETUSERDEFAULTLOCALENAME)(LPWSTR, int);
H A Dbufwrite.c332 (LPWSTR)to, needed); in buf_write_bytes()
H A Dos_win32.c100 typedef char * LPWSTR; typedef
7568 static LPWSTR *ArglistW = NULL;
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp200 LPWSTR buf = NULL; in dyn_libintl_init()
201 LPWSTR buf2 = NULL; in dyn_libintl_init()
211 buf = (LPWSTR)malloc(len * sizeof(WCHAR)); in dyn_libintl_init()
212 buf2 = (LPWSTR)malloc(len2 * sizeof(WCHAR)); in dyn_libintl_init()
874 (LPWSTR)widename, BUFSIZE); in searchpath()
876 (LPWSTR)location) > (HINSTANCE)32) in searchpath()
878 WideCharToMultiByte(CP_ACP, 0, (LPWSTR)location, -1, in searchpath()
/vim-8.2.3635/src/proto/
H A Dwinclip.pro4 void MultiByteToWideChar_alloc(UINT cp, DWORD flags, LPCSTR in, int inlen, LPWSTR *out, int *outlen…