Home
last modified time | relevance | path

Searched refs:TO_OLE_STR (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DOleAut.h56 #define TO_OLE_STR(str) str macro
64 #define TO_OLE_STR(str) ConvertToUnicode(str) macro
H A DOleAut.cpp85 LPOLESTR OleProgId = TO_OLE_STR (ProgId); in CreateObject()
123 LPOLESTR OleName = TO_OLE_STR (Name); in GetDispatchId()