HomeSort by relevance Sort by last modified time
    Searched defs:BSTR (Results 1 - 19 of 19) sorted by null

  /external/python/cpython3/Lib/ctypes/test/
test_bytes.py 58 class BSTR(_SimpleCData):
61 BSTR("abc")
  /external/lzma/CPP/Common/
MyWindows.h 59 typedef OLECHAR *BSTR;
176 BSTR bstrVal;
194 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
195 MY_EXTERN_C BSTR SysAllocStringLen(const OLECHAR *sz, UINT len);
196 MY_EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
197 MY_EXTERN_C void SysFreeString(BSTR bstr);
198 MY_EXTERN_C UINT SysStringByteLen(BSTR bstr);
199 MY_EXTERN_C UINT SysStringLen(BSTR bstr);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 240 BSTR = 30,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 240 BSTR = 30,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 240 BSTR = 30,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 240 BSTR = 30,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBTypes.h 240 BSTR = 30,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBTypes.h 240 BSTR = 30,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBTypes.h 240 BSTR = 30,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBTypes.h 240 BSTR = 30,
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 251 BSTR = 30,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 245 BSTR = 30,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 245 BSTR = 30,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 245 BSTR = 30,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 245 BSTR = 30,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBTypes.h 245 BSTR = 30,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBTypes.h 245 BSTR = 30,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h 43 WINOLEAUTAPI_(BSTR) SysAllocString(const OLECHAR *);
44 WINOLEAUTAPI_(INT) SysReAllocString(BSTR *,const OLECHAR *);
45 WINOLEAUTAPI_(BSTR) SysAllocStringLen(const OLECHAR *,UINT);
46 WINOLEAUTAPI_(INT) SysReAllocStringLen(BSTR *,const OLECHAR *,UINT);
47 WINOLEAUTAPI_(void) SysFreeString(BSTR);
48 WINOLEAUTAPI_(UINT) SysStringLen(BSTR);
49 WINOLEAUTAPI_(UINT) SysStringByteLen(BSTR bstr); variable
50 WINOLEAUTAPI_(BSTR) SysAllocStringByteLen(LPCSTR psz,UINT len);
100 WINOLEAUTAPI VectorFromBstr (BSTR bstr,SAFEARRAY **ppsa)
    [all...]
wtypes.h 478 typedef OLECHAR *BSTR;
480 typedef BSTR *LPBSTR;

Completed in 627 milliseconds