Home
last modified time | relevance | path

Searched refs:BSTR (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dmshtml.d48 HRESULT put_href(BSTR);
49 HRESULT get_href(BSTR*);
50 HRESULT put_rel(BSTR);
51 HRESULT get_rel(BSTR*);
52 HRESULT put_rev(BSTR);
53 HRESULT get_rev(BSTR*);
54 HRESULT put_type(BSTR);
55 HRESULT get_type(BSTR*);
56 HRESULT get_readyState(BSTR*);
66 HRESULT put_media(BSTR);
[all …]
H A Dexdisp.d32 HRESULT Navigate(BSTR, VARIANT*, VARIANT*, VARIANT*, VARIANT*);
41 HRESULT get_Type(BSTR*);
50 HRESULT get_LocationName(BSTR*);
51 HRESULT get_LocationURL(BSTR*);
58 HRESULT PutProperty(BSTR, VARIANT);
59 HRESULT GetProperty(BSTR, VARIANT*);
60 HRESULT get_Name(BSTR*);
62 HRESULT get_FullName(BSTR*);
63 HRESULT get_Path(BSTR*);
68 HRESULT get_StatusText(BSTR*);
[all …]
H A Doleauto.d231 BSTR SysAllocString(const(OLECHAR)*);
232 int SysReAllocString(BSTR*, const(OLECHAR)*);
233 BSTR SysAllocStringLen(const(OLECHAR)*, uint);
234 int SysReAllocStringLen(BSTR*, const(OLECHAR)*, uint);
235 void SysFreeString(BSTR);
236 uint SysStringLen(BSTR);
237 uint SysStringByteLen(BSTR);
238 BSTR SysAllocStringByteLen(const(char)*, uint);
343 HRESULT VarBstrFromUI1(ubyte, LCID, uint, BSTR*);
344 HRESULT VarBstrFromI2(short, LCID, uint, BSTR*);
[all …]
H A Doaidl.d199 BSTR bstrVal;
214 BSTR* pbstrVal;
386 BSTR bstrSource;
387 BSTR bstrDescription;
388 BSTR bstrHelpFile;
570 HRESULT GetNames(MEMBERID, BSTR*, UINT, UINT*);
576 HRESULT GetDocumentation(MEMBERID, BSTR*, BSTR*, DWORD*, BSTR*);
577 HRESULT GetDllEntry(MEMBERID, INVOKEKIND, BSTR*, BSTR*, WORD*);
581 HRESULT GetMops(MEMBERID, BSTR*);
599 HRESULT GetDocumentation2(MEMBERID, LCID, BSTR*, DWORD*, BSTR*);
[all …]
H A Doleacc.d166 HRESULT get_accName(VARIANT, BSTR*);
167 HRESULT get_accValue(VARIANT, BSTR*);
168 HRESULT get_accDescription(VARIANT, BSTR*);
171 HRESULT get_accHelp(VARIANT, BSTR*);
172 HRESULT get_accHelpTopic(BSTR*, VARIANT, int*);
173 HRESULT get_accKeyboardShortcut(VARIANT, BSTR*);
176 HRESULT get_accDefaultAction(VARIANT, BSTR*);
184 HRESULT put_accName(VARIANT, BSTR);
185 HRESULT put_accValue(VARIANT, BSTR);
H A Docidl.d295 HRESULT RequestLicKey(DWORD, BSTR*);
296 HRESULT CreateInstanceLic(LPUNKNOWN, LPUNKNOWN, REFIID, BSTR, PVOID*);
304 HRESULT GetDisplayString(DISPID, BSTR*);
338 HRESULT get_Name(BSTR*);
339 HRESULT put_Name(BSTR);
433 HRESULT GetDescription(BSTR*);
463 HRESULT GetLastUndoDescription(BSTR*);
464 HRESULT GetLastRedoDescription(BSTR*);
H A Dwtypes.d96 alias OLECHAR* BSTR; variable
98 alias BSTR* LPBSTR;
H A Dolectl.d401 HRESULT OleSavePictureFile(LPDISPATCH, BSTR);
H A Dobjidl.d330 BSTR* pElems;
415 BSTR bstrVal;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h142 STDMETHOD(GetInstanceId)(_Out_ BSTR *pbstrInstanceId) = 0;
165 STDMETHOD(GetInstallationName)(_Out_ BSTR *pbstrInstallationName) = 0;
175 STDMETHOD(GetInstallationPath)(_Out_ BSTR *pbstrInstallationPath) = 0;
185 STDMETHOD(GetInstallationVersion)(_Out_ BSTR *pbstrInstallationVersion) = 0;
196 STDMETHOD(GetDisplayName)(_In_ LCID lcid, _Out_ BSTR *pbstrDisplayName) = 0;
207 STDMETHOD(GetDescription)(_In_ LCID lcid, _Out_ BSTR *pbstrDescription) = 0;
221 (_In_opt_z_ LPCOLESTR pwszRelativePath, _Out_ BSTR *pbstrAbsolutePath) = 0;
272 (_Outptr_result_maybenull_ BSTR *pbstrProductPath) = 0;
395 STDMETHOD(GetId)(_Out_ BSTR *pbstrId) = 0;
402 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
[all …]
/netbsd-src/tests/lib/libcurses/tests/
H A Dwins_wstr46 wchar BSTR [ "F"*3, "\b", "G"*2 ]
47 call OK wins_wstr $win1 $BSTR
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h17 HRESULT (__stdcall Obj::*Func)(BSTR *)) { in invokeBstrMethod() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp83 case PDB_BuiltinType::BSTR: in getTypeName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp117 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in PrivateGetDIAValue() argument
166 HRESULT (__stdcall IDiaSymbol::*Method)(BSTR *)) { in DumpDIAValue() argument
167 BSTR Value = nullptr; in DumpDIAValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h352 BSTR = 30, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp63 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, BSTR, OS) in operator <<()