HomeSort by relevance Sort by last modified time
    Searched refs:OLECHAR (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/Common/
MyWindows.h 50 typedef WCHAR OLECHAR;
52 typedef OLECHAR *BSTR;
53 typedef const OLECHAR *LPCOLESTR;
54 typedef OLECHAR *LPOLESTR;
185 MY_EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
  /external/chromium_org/chrome_frame/
com_type_info_holder.h 49 HRESULT GetIDsOfNames(OLECHAR** names, uint32 count, DISPID* dispids);
115 HRESULT GetIDsOfNames(REFIID riid, OLECHAR** names, UINT count, LCID lcid,
com_type_info_holder.cc 76 HRESULT TypeInfoNameCache::GetIDsOfNames(OLECHAR** names, uint32 count,
utils.cc 185 OLECHAR FAR* full_path,
186 OLECHAR FAR* help_dir);
197 const_cast<OLECHAR*>(typelib_path),
198 const_cast<OLECHAR*>(help_dir));
    [all...]
  /external/lzma/CPP/Windows/
PropVariant.cpp 77 bstrVal = ::SysAllocStringByteLen(0, (UINT)len * sizeof(OLECHAR));

Completed in 533 milliseconds