HomeSort by relevance Sort by last modified time
    Searched refs:BSTR (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/base/win/
scoped_bstr.h 18 // Manages a BSTR string pointer.
25 // Constructor to create a new BSTR.
27 // NOTE: Do not pass a BSTR to this constructor expecting ownership to
32 // Give ScopedBstr ownership over an already allocated BSTR or NULL.
33 // If you need to allocate a new BSTR instance, use |allocate| instead.
34 void Reset(BSTR bstr = NULL);
36 // Releases ownership of the BSTR to the caller.
37 BSTR Release();
39 // Creates a new BSTR from a 16-bit C-style string
    [all...]
scoped_bstr.cc 17 COMPILE_ASSERT(sizeof(ScopedBstr) == sizeof(BSTR), ScopedBstrSize);
21 void ScopedBstr::Reset(BSTR bstr) {
22 if (bstr != bstr_) {
25 bstr_ = bstr;
29 BSTR ScopedBstr::Release() {
30 BSTR bstr = bstr_; local
32 return bstr;
36 BSTR tmp = bstr_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qnetwork.idl 30 [propget] HRESULT AuthorName(BSTR *pbstrAuthorName);
31 [propget] HRESULT Title(BSTR *pbstrTitle);
32 [propget] HRESULT Rating(BSTR *pbstrRating);
33 [propget] HRESULT Description(BSTR *pbstrDescription);
34 [propget] HRESULT Copyright(BSTR *pbstrCopyright);
35 [propget] HRESULT BaseURL(BSTR *pbstrBaseURL);
36 [propget] HRESULT LogoURL(BSTR *pbstrLogoURL);
37 [propget] HRESULT LogoIconURL(BSTR *pbstrLogoURL);
38 [propget] HRESULT WatermarkURL(BSTR *pbstrWatermarkURL);
39 [propget] HRESULT MoreInfoURL(BSTR *pbstrMoreInfoURL)
    [all...]
certadm.h 100 virtual HRESULT WINAPI IsValidCertificate(const BSTR strConfig,const BSTR strSerialNumber,LONG *pDisposition) = 0;
102 virtual HRESULT WINAPI RevokeCertificate(const BSTR strConfig,const BSTR strSerialNumber,LONG Reason,DATE Date) = 0;
103 virtual HRESULT WINAPI SetRequestAttributes(const BSTR strConfig,LONG RequestId,const BSTR strAttributes) = 0;
104 virtual HRESULT WINAPI SetCertificateExtension(const BSTR strConfig,LONG RequestId,const BSTR strExtensionName,LONG Type,LONG Flags,const VARIANT *pvarValue) = 0;
105 virtual HRESULT WINAPI DenyRequest(const BSTR strConfig,LONG RequestId) = 0;
106 virtual HRESULT WINAPI ResubmitRequest(const BSTR strConfig,LONG RequestId,LONG *pDisposition) = 0
    [all...]
certmod.h 63 virtual HRESULT WINAPI GetProperty(const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,VARIANT *pvarProperty) = 0;
64 virtual HRESULT WINAPI SetProperty(const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,const VARIANT *pvarProperty) = 0;
65 virtual HRESULT WINAPI Configure(const BSTR strConfig,BSTR strStorageLocation,LONG Flags) = 0;
77 HRESULT (WINAPI *GetProperty)(ICertManageModule *This,const BSTR strConfig,BSTR strStorageLocation,BSTR strPropertyName,LONG Flags,VARIANT *pvarProperty)
    [all...]
dbdaoint.h 211 STDMETHOD(Delete) (THIS_ BSTR Name) PURE;
224 STDMETHOD(get_Version) (BSTR *pbstr) PURE;
225 STDMETHOD(get_IniPath) (BSTR *pbstr) PURE;
226 STDMETHOD(put_IniPath) (BSTR path) PURE;
227 STDMETHOD(put_DefaultUser) (BSTR user) PURE;
228 STDMETHOD(put_DefaultPassword) (BSTR pw) PURE;
234 STDMETHOD(CompactDatabase) (BSTR SrcName,BSTR DstName,VARIANT DstLocale,VARIANT Options,VARIANT SrcLocale) PURE;
235 STDMETHOD(RepairDatabase) (BSTR Name) PURE;
236 STDMETHOD(RegisterDatabase) (BSTR Dsn,BSTR Driver,VARIANT_BOOL Silent,BSTR Attributes) PURE
    [all...]
eventsys.h 187 virtual HRESULT WINAPI Query(BSTR progID,BSTR queryCriteria,int *errorIndex,IUnknown **ppInterface) = 0;
188 virtual HRESULT WINAPI Store(BSTR ProgID,IUnknown *pInterface) = 0;
189 virtual HRESULT WINAPI Remove(BSTR progID,BSTR queryCriteria,int *errorIndex) = 0;
190 virtual HRESULT WINAPI get_EventObjectChangeEventClassID(BSTR *pbstrEventClassID) = 0;
191 virtual HRESULT WINAPI QueryS(BSTR progID,BSTR queryCriteria,IUnknown **ppInterface) = 0;
192 virtual HRESULT WINAPI RemoveS(BSTR progID,BSTR queryCriteria) = 0
    [all...]
mspaddr.h 56 STDMETHOD(get_Name)(BSTR *pName);
57 STDMETHOD(get_Company)(BSTR *pCompany);
58 STDMETHOD(get_Version)(BSTR *pVersion);
59 STDMETHOD(get_TerminalClass)(BSTR *pTerminalClass);
60 STDMETHOD(get_CLSID)(BSTR *pCLSID);
65 BSTR m_bstrName;
66 BSTR m_bstrCompany;
67 BSTR m_bstrVersion;
68 BSTR m_bstrTerminalClass;
69 BSTR m_bstrCLSID
    [all...]
comadmin.h 96 virtual HRESULT WINAPI GetCollection(BSTR bstrCollName,IDispatch **ppCatalogCollection) = 0;
97 virtual HRESULT WINAPI Connect(BSTR bstrCatalogServerName,IDispatch **ppCatalogCollection) = 0;
100 virtual HRESULT WINAPI GetCollectionByQuery(BSTR bstrCollName,SAFEARRAY **ppsaVarQuery,IDispatch **ppCatalogCollection) = 0;
101 virtual HRESULT WINAPI ImportComponent(BSTR bstrApplIDOrName,BSTR bstrCLSIDOrProgID) = 0;
102 virtual HRESULT WINAPI InstallComponent(BSTR bstrApplIDOrName,BSTR bstrDLL,BSTR bstrTLB,BSTR bstrPSDLL) = 0;
103 virtual HRESULT WINAPI ShutdownApplication(BSTR bstrApplIDOrName) = 0
    [all...]
mtsadmin.h 137 virtual HRESULT WINAPI GetCollection(BSTR bstrCollName,IDispatch **ppCatalogCollection) = 0;
138 virtual HRESULT WINAPI Connect(BSTR bstrConnectString,IDispatch **ppCatalogCollection) = 0;
152 HRESULT (WINAPI *GetCollection)(ICatalog *This,BSTR bstrCollName,IDispatch **ppCatalogCollection);
153 HRESULT (WINAPI *Connect)(ICatalog *This,BSTR bstrConnectString,IDispatch **ppCatalogCollection);
175 HRESULT WINAPI ICatalog_GetCollection_Proxy(ICatalog *This,BSTR bstrCollName,IDispatch **ppCatalogCollection);
177 HRESULT WINAPI ICatalog_Connect_Proxy(ICatalog *This,BSTR bstrConnectString,IDispatch **ppCatalogCollection);
191 virtual HRESULT WINAPI InstallComponent(BSTR bstrDLLFile,BSTR bstrTypelibFile,BSTR bstrProxyStubDLLFile) = 0;
192 virtual HRESULT WINAPI ImportComponent(BSTR bstrCLSID) = 0
    [all...]
wmiatlprov.h 19 HRESULT WINAPI OpenNamespace(const BSTR Namespace,__LONG32 lFlags,IWbemContext *pCtx,IWbemServices **ppWorkingNamespace,IWbemCallResult **ppResult) {return WBEM_E_NOT_SUPPORTED;};
22 HRESULT WINAPI GetObject(const BSTR ObjectPath,__LONG32 lFlags,IWbemContext *pCtx,IWbemClassObject **ppObject,IWbemCallResult **ppCallResult) {return WBEM_E_NOT_SUPPORTED;};
25 HRESULT WINAPI DeleteClass(const BSTR Class,__LONG32 lFlags,IWbemContext *pCtx,IWbemCallResult **ppCallResult) {return WBEM_E_NOT_SUPPORTED;};
26 HRESULT WINAPI DeleteClassAsync(const BSTR Class,__LONG32 lFlags,IWbemContext *pCtx,IWbemObjectSink *pResponseHandler) {return WBEM_E_NOT_SUPPORTED;};
27 HRESULT WINAPI CreateClassEnum(const BSTR Superclass,__LONG32 lFlags,IWbemContext *pCtx,IEnumWbemClassObject **ppEnum) {return WBEM_E_NOT_SUPPORTED;};
28 HRESULT WINAPI CreateClassEnumAsync(const BSTR Superclass,__LONG32 lFlags,IWbemContext *pCtx,IWbemObjectSink *pResponseHandler) {return WBEM_E_NOT_SUPPORTED;};
30 HRESULT WINAPI DeleteInstance(const BSTR ObjectPath,__LONG32 lFlags,IWbemContext *pCtx,IWbemCallResult **ppCallResult) {return WBEM_E_NOT_SUPPORTED;};
31 HRESULT WINAPI CreateInstanceEnum(const BSTR Class,__LONG32 lFlags,IWbemContext *pCtx,IEnumWbemClassObject **ppEnum) {return WBEM_E_NOT_SUPPORTED;};
32 HRESULT WINAPI ExecQuery(const BSTR QueryLanguage,const BSTR Query,__LONG32 lFlags,IWbemContext *pCtx,IEnumWbemClassObject **ppEnum) {return WBEM_E_NOT_SUPPORT (…)
    [all...]
mshtml.h     [all...]
inputscope.h 117 BSTR **ppbstrPhrases,
121 BSTR *pbstrRegExp) = 0;
124 BSTR *pbstrSRGS) = 0;
127 BSTR *pbstrXML) = 0;
157 BSTR **ppbstrPhrases,
162 BSTR *pbstrRegExp);
166 BSTR *pbstrSRGS);
170 BSTR *pbstrXML);
205 static FORCEINLINE HRESULT ITfInputScope_GetPhrase(ITfInputScope* This,BSTR **ppbstrPhrases,UINT *pcCount) {
208 static FORCEINLINE HRESULT ITfInputScope_GetRegularExpression(ITfInputScope* This,BSTR *pbstrRegExp)
    [all...]
certcli.h 115 virtual HRESULT WINAPI GetConfig(LONG Flags,BSTR *pstrOut) = 0;
127 HRESULT (WINAPI *GetConfig)(ICertGetConfig *This,LONG Flags,BSTR *pstrOut);
144 HRESULT WINAPI ICertGetConfig_GetConfig_Proxy(ICertGetConfig *This,LONG Flags,BSTR *pstrOut);
183 virtual HRESULT WINAPI GetField(const BSTR strFieldName,BSTR *pstrOut) = 0;
184 virtual HRESULT WINAPI GetConfig(LONG Flags,BSTR *pstrOut) = 0;
198 HRESULT (WINAPI *GetField)(ICertConfig *This,const BSTR strFieldName,BSTR *pstrOut);
199 HRESULT (WINAPI *GetConfig)(ICertConfig *This,LONG Flags,BSTR *pstrOut);
223 HRESULT WINAPI ICertConfig_GetField_Proxy(ICertConfig *This,const BSTR strFieldName,BSTR *pstrOut)
    [all...]
sensevts.h 79 virtual HRESULT WINAPI ConnectionMade(BSTR bstrConnection,ULONG ulType,LPSENS_QOCINFO lpQOCInfo) = 0;
80 virtual HRESULT WINAPI ConnectionMadeNoQOCInfo(BSTR bstrConnection,ULONG ulType) = 0;
81 virtual HRESULT WINAPI ConnectionLost(BSTR bstrConnection,ULONG ulType) = 0;
82 virtual HRESULT WINAPI DestinationReachable(BSTR bstrDestination,BSTR bstrConnection,ULONG ulType,LPSENS_QOCINFO lpQOCInfo) = 0;
83 virtual HRESULT WINAPI DestinationReachableNoQOCInfo(BSTR bstrDestination,BSTR bstrConnection,ULONG ulType) = 0;
95 HRESULT (WINAPI *ConnectionMade)(ISensNetwork *This,BSTR bstrConnection,ULONG ulType,LPSENS_QOCINFO lpQOCInfo);
96 HRESULT (WINAPI *ConnectionMadeNoQOCInfo)(ISensNetwork *This,BSTR bstrConnection,ULONG ulType);
97 HRESULT (WINAPI *ConnectionLost)(ISensNetwork *This,BSTR bstrConnection,ULONG ulType)
    [all...]
xmltrnsf.h 86 virtual HRESULT WINAPI get_User(BSTR *strUser) = 0;
87 virtual HRESULT WINAPI put_User(BSTR strUser) = 0;
88 virtual HRESULT WINAPI get_Password(BSTR *strPassword) = 0;
89 virtual HRESULT WINAPI put_Password(BSTR strPassword) = 0;
90 virtual HRESULT WINAPI get_Authority(BSTR *strAuthority) = 0;
91 virtual HRESULT WINAPI put_Authority(BSTR strAuthority) = 0;
96 virtual HRESULT WINAPI get_Locale(BSTR *strLocale) = 0;
97 virtual HRESULT WINAPI put_Locale(BSTR strLocale) = 0;
100 virtual HRESULT WINAPI GetObject(BSTR strObjectPath,IDispatch *pCtx,IXMLDOMDocument **ppXMLDocument) = 0;
101 virtual HRESULT WINAPI ExecQuery(BSTR strNamespacePath,BSTR strQuery,BSTR strQueryLanguage,IDispatch *pCtx,ISWbemXMLDocumentSet **ppXMLD (…)
    [all...]
azroles.h 161 virtual HRESULT WINAPI get_Description(BSTR *pbstrDescription) = 0;
162 virtual HRESULT WINAPI put_Description(BSTR bstrDescription) = 0;
163 virtual HRESULT WINAPI get_ApplicationData(BSTR *pbstrApplicationData) = 0;
164 virtual HRESULT WINAPI put_ApplicationData(BSTR bstrApplicationData) = 0;
180 virtual HRESULT WINAPI AddPolicyAdministrator(BSTR bstrAdmin,VARIANT varReserved) = 0;
181 virtual HRESULT WINAPI DeletePolicyAdministrator(BSTR bstrAdmin,VARIANT varReserved) = 0;
182 virtual HRESULT WINAPI AddPolicyReader(BSTR bstrReader,VARIANT varReserved) = 0;
183 virtual HRESULT WINAPI DeletePolicyReader(BSTR bstrReader,VARIANT varReserved) = 0;
184 virtual HRESULT WINAPI Initialize(LONG lFlags,BSTR bstrPolicyURL,VARIANT varReserved) = 0;
188 virtual HRESULT WINAPI OpenApplication(BSTR bstrApplicationName,VARIANT varReserved,IAzApplication **ppApplication) = 0
    [all...]
qnetwork.h 52 BSTR *pbstrAuthorName) = 0;
55 BSTR *pbstrTitle) = 0;
58 BSTR *pbstrRating) = 0;
61 BSTR *pbstrDescription) = 0;
64 BSTR *pbstrCopyright) = 0;
67 BSTR *pbstrBaseURL) = 0;
70 BSTR *pbstrLogoURL) = 0;
73 BSTR *pbstrLogoURL) = 0;
76 BSTR *pbstrWatermarkURL) = 0;
79 BSTR *pbstrMoreInfoURL) = 0
    [all...]
  /external/lzma/CPP/7zip/
IPassword.h 15 STDMETHOD(CryptoGetTextPassword)(BSTR *password) PURE;
20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
  /external/chromium_org/remoting/tools/winext/manifest/
rdp.h 212 HRESULT OnChannelReceivedData(BSTR chanName, BSTR data);
221 HRESULT OnReceivedTSPublicKey(BSTR publicKey, [out] VARIANT_BOOL* pfContinueLogon);
225 HRESULT OnRemoteProgramResult(BSTR bstrRemoteProgram, RemoteProgramResult lError, VARIANT_BOOL vbIsExecutable);
230 HRESULT OnUserNameAcquired(BSTR bstrUserName);
232 HRESULT OnServiceMessageReceived(BSTR serviceMessage);
241 HRESULT put_StartProgram(BSTR pStartProgram);
242 HRESULT get_StartProgram([out] BSTR* pStartProgram);
243 HRESULT put_WorkDir(BSTR pWorkDir);
244 HRESULT get_WorkDir([out] BSTR* pWorkDir)
    [all...]
  /external/chromium_org/third_party/isimpledom/
ISimpleDOMDocument.idl 46 cpp_quote("// get_URL(out] BSTR *url)")
50 cpp_quote("// get_title([out BSTR *title")
54 cpp_quote("// get_mimeType([out BSTR *mimeType")
58 cpp_quote("// get_docType([out] BSTR *docType")
62 cpp_quote("// get_nameSpaceURIForID([in] short nameSpaceID, [out] BSTR *nameSpaceURI)")
67 cpp_quote("// set_alternateViewMediaTypes([in] BSTR *commaSeparatedMediaType)")
71 cpp_quote("// [in] BSTR *commaSeparatedMediaTypes is a comma separate list, for example \"aural, braille\".")
108 [out, retval] BSTR * url
111 [out, retval] BSTR * title
114 [out, retval] BSTR * mimeTyp
    [all...]
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 94 STDMETHODIMP get_accDefaultAction(VARIANT var_id, BSTR* default_action);
97 STDMETHODIMP get_accDescription(VARIANT var_id, BSTR* desc);
103 STDMETHODIMP get_accKeyboardShortcut(VARIANT var_id, BSTR* access_key);
106 STDMETHODIMP get_accName(VARIANT var_id, BSTR* name);
120 STDMETHODIMP get_accValue(VARIANT var_id, BSTR* value);
121 STDMETHODIMP put_accValue(VARIANT var_id, BSTR new_value);
128 STDMETHODIMP get_accHelp(VARIANT var_id, BSTR* help);
129 STDMETHODIMP get_accHelpTopic(BSTR* help_file,
134 STDMETHODIMP put_accName(VARIANT var_id, BSTR put_name);
148 STDMETHODIMP get_relationTargetsOfType(BSTR type
    [all...]
  /external/chromium_org/remoting/host/win/
elevated_controller.h 43 STDMETHOD(GetConfig)(BSTR* config_out);
44 STDMETHOD(GetVersion)(BSTR* version_out);
45 STDMETHOD(SetConfig)(BSTR config);
49 STDMETHOD(UpdateConfig)(BSTR config);
  /external/chromium_org/win8/metro_driver/ime/
input_scope.cc 52 STDMETHOD(GetPhrase)(BSTR** phrases, UINT* count) OVERRIDE {
55 STDMETHOD(GetRegularExpression)(BSTR* regexp) OVERRIDE {
58 STDMETHOD(GetSRGS)(BSTR* srgs) OVERRIDE {
61 STDMETHOD(GetXML)(BSTR* xml) OVERRIDE {
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.h 25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
26 virtual HRESULT CryptoGetTextPassword(BSTR *password) x; \
53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
54 STDMETHOD(CryptoGetTextPassword)(BSTR *password);

Completed in 3868 milliseconds

1 2 3 4 5 6 7 8