Searched refs:TO_OLE_STR_BUF (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/VisVim/ |
| H A D | Commands.cpp | 540 if (! VimOle.Method(DispatchId, "s", TO_OLE_STR_BUF(VimCmd, Buf))) in VimOpenFile() 572 if (! VimOle.Method(DispatchId, "s", TO_OLE_STR_BUF(VimCmd, Buf))) in VimOpenFile() 579 if (! VimOle.Method(DispatchId, "s", TO_OLE_STR_BUF(VimCmd, Buf))) in VimOpenFile() 698 VimOle.Method(DispatchId, "s", TO_OLE_STR_BUF(VimCmd, Buf)); in VimChangeDir()
|
| H A D | OleAut.h | 57 #define TO_OLE_STR_BUF(str,buf) str macro 65 #define TO_OLE_STR_BUF(str,buf) ConvertToUnicodeBuf(str,buf) macro
|