HomeSort by relevance Sort by last modified time
    Searched refs:BSTR (Results 51 - 75 of 209) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certenc.h 129 virtual HRESULT WINAPI Decode(const BSTR strBinary) = 0;
132 virtual HRESULT WINAPI GetValue(LONG Index,BSTR *pstr) = 0;
134 virtual HRESULT WINAPI SetValue(LONG Index,const BSTR str) = 0;
135 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0;
147 HRESULT (WINAPI *Decode)(ICertEncodeStringArray *This,const BSTR strBinary);
150 HRESULT (WINAPI *GetValue)(ICertEncodeStringArray *This,LONG Index,BSTR *pstr);
152 HRESULT (WINAPI *SetValue)(ICertEncodeStringArray *This,LONG Index,const BSTR str);
153 HRESULT (WINAPI *Encode)(ICertEncodeStringArray *This,BSTR *pstrBinary);
176 HRESULT WINAPI ICertEncodeStringArray_Decode_Proxy(ICertEncodeStringArray *This,const BSTR strBinary);
182 HRESULT WINAPI ICertEncodeStringArray_GetValue_Proxy(ICertEncodeStringArray *This,LONG Index,BSTR *pstr)
    [all...]
certpol.h 54 virtual HRESULT WINAPI Initialize(const BSTR strConfig) = 0;
55 virtual HRESULT WINAPI VerifyRequest(const BSTR strConfig,LONG Context,LONG bNewRequest,LONG Flags,LONG *pDisposition) = 0;
56 virtual HRESULT WINAPI GetDescription(BSTR *pstrDescription) = 0;
69 HRESULT (WINAPI *Initialize)(ICertPolicy *This,const BSTR strConfig);
70 HRESULT (WINAPI *VerifyRequest)(ICertPolicy *This,const BSTR strConfig,LONG Context,LONG bNewRequest,LONG Flags,LONG *pDisposition);
71 HRESULT (WINAPI *GetDescription)(ICertPolicy *This,BSTR *pstrDescription);
92 HRESULT WINAPI ICertPolicy_Initialize_Proxy(ICertPolicy *This,const BSTR strConfig);
94 HRESULT WINAPI ICertPolicy_VerifyRequest_Proxy(ICertPolicy *This,const BSTR strConfig,LONG Context,LONG bNewRequest,LONG Flags,LONG *pDisposition);
96 HRESULT WINAPI ICertPolicy_GetDescription_Proxy(ICertPolicy *This,BSTR *pstrDescription);
120 HRESULT (WINAPI *Initialize)(ICertPolicy2 *This,const BSTR strConfig)
    [all...]
rend.h 149 virtual HRESULT WINAPI get_Protocol(BSTR *ppProtocol) = 0;
150 virtual HRESULT WINAPI get_Originator(BSTR *ppOriginator) = 0;
151 virtual HRESULT WINAPI put_Originator(BSTR pOriginator) = 0;
154 virtual HRESULT WINAPI get_Url(BSTR *ppUrl) = 0;
155 virtual HRESULT WINAPI put_Url(BSTR pUrl) = 0;
156 virtual HRESULT WINAPI get_Description(BSTR *ppDescription) = 0;
157 virtual HRESULT WINAPI put_Description(BSTR pDescription) = 0;
175 HRESULT (WINAPI *get_Protocol)(ITDirectoryObjectConference *This,BSTR *ppProtocol);
176 HRESULT (WINAPI *get_Originator)(ITDirectoryObjectConference *This,BSTR *ppOriginator);
177 HRESULT (WINAPI *put_Originator)(ITDirectoryObjectConference *This,BSTR pOriginator)
    [all...]
wsmandisp.h 256 BSTR connection,
265 BSTR *value) = 0;
268 BSTR *value) = 0;
323 BSTR connection,
334 BSTR *value);
338 BSTR *value);
387 static FORCEINLINE HRESULT IWSMan_CreateSession(IWSMan* This,BSTR connection,LONG flags,IDispatch *connectionOptions,IDispatch **session) {
393 static FORCEINLINE HRESULT IWSMan_get_CommandLine(IWSMan* This,BSTR *value) {
396 static FORCEINLINE HRESULT IWSMan_get_Error(IWSMan* This,BSTR *value) {
406 BSTR connection
    [all...]
adojet.h 129 virtual HRESULT STDMETHODCALLTYPE get_ConflictFunction (BSTR *pbstr) = 0;
130 virtual HRESULT STDMETHODCALLTYPE put_ConflictFunction (BSTR bstr) = 0;
140 virtual HRESULT STDMETHODCALLTYPE CreateReplica (BSTR replicaName, BSTR description, ReplicaTypeEnum replicaType = jrRepTypeFull, VisibilityEnum visibility = jrRepVisibilityGlobal, long priority = -1, UpdatabilityEnum updatability = jrRepUpdFull) = 0;
141 virtual HRESULT STDMETHODCALLTYPE GetObjectReplicability (BSTR objectName, BSTR objectType, VARIANT_BOOL *replicability) = 0;
142 virtual HRESULT STDMETHODCALLTYPE SetObjectReplicability (BSTR objectName, BSTR objectType, VARIANT_BOOL replicability) = 0;
143 virtual HRESULT STDMETHODCALLTYPE MakeReplicable (BSTR connectionString = L"", VARIANT_BOOL columnTracking = -1) = 0
    [all...]
fsrmscreen.h 168 BSTR name,
177 BSTR *serializedFileGroups) = 0;
180 BSTR serializedFileGroups,
241 BSTR name,
252 BSTR *serializedFileGroups);
256 BSTR serializedFileGroups,
311 static FORCEINLINE HRESULT IFsrmFileGroupManager_GetFileGroup(IFsrmFileGroupManager* This,BSTR name,IFsrmFileGroup **fileGroup) {
317 static FORCEINLINE HRESULT IFsrmFileGroupManager_ExportFileGroups(IFsrmFileGroupManager* This,VARIANT *fileGroupNamesArray,BSTR *serializedFileGroups) {
320 static FORCEINLINE HRESULT IFsrmFileGroupManager_ImportFileGroups(IFsrmFileGroupManager* This,BSTR serializedFileGroups,VARIANT *fileGroupNamesArray,IFsrmCommittableCollection **fileGroups) {
338 BSTR name
    [all...]
rtccore.h 928 virtual HRESULT WINAPI CreateSession(RTC_SESSION_TYPE enType,BSTR bstrLocalPhoneURI,IRTCProfile *pProfile,__LONG32 lFlags,IRTCSession **ppSession) = 0;
937 virtual HRESULT WINAPI put_PreferredAudioDevice(RTC_AUDIO_DEVICE enDevice,BSTR bstrDeviceName) = 0;
938 virtual HRESULT WINAPI get_PreferredAudioDevice(RTC_AUDIO_DEVICE enDevice,BSTR *pbstrDeviceName) = 0;
943 virtual HRESULT WINAPI put_PreferredVideoDevice(BSTR bstrDeviceName) = 0;
944 virtual HRESULT WINAPI get_PreferredVideoDevice(BSTR *pbstrDeviceName) = 0;
954 virtual HRESULT WINAPI get_LocalUserURI(BSTR *pbstrUserURI) = 0;
955 virtual HRESULT WINAPI put_LocalUserURI(BSTR bstrUserURI) = 0;
956 virtual HRESULT WINAPI get_LocalUserName(BSTR *pbstrUserName) = 0;
957 virtual HRESULT WINAPI put_LocalUserName(BSTR bstrUserName) = 0;
    [all...]
msxml.h 226 BSTR _pchBuf;
229 BSTR _pszFound;
230 BSTR _pszExpected;
260 virtual HRESULT WINAPI hasFeature(BSTR feature,BSTR version,VARIANT_BOOL *hasFeature) = 0;
272 HRESULT (WINAPI *hasFeature)(IXMLDOMImplementation *This,BSTR feature,BSTR version,VARIANT_BOOL *hasFeature);
289 HRESULT WINAPI IXMLDOMImplementation_hasFeature_Proxy(IXMLDOMImplementation *This,BSTR feature,BSTR version,VARIANT_BOOL *hasFeature);
299 virtual HRESULT WINAPI get_nodeName(BSTR *name) = 0
    [all...]
asptlb.h 253 virtual HRESULT WINAPI get_Item(BSTR bstrVar,IDispatch **ppObjReturn) = 0;
273 HRESULT (WINAPI *get_Item)(IRequest *This,BSTR bstrVar,IDispatch **ppObjReturn);
306 HRESULT WINAPI IRequest_get_Item_Proxy(IRequest *This,BSTR bstrVar,IDispatch **ppObjReturn);
396 virtual HRESULT WINAPI put_Item(VARIANT key,BSTR bstrValue) = 0;
398 virtual HRESULT WINAPI put_Domain(BSTR bstrDomain) = 0;
399 virtual HRESULT WINAPI put_Path(BSTR bstrPath) = 0;
414 HRESULT (WINAPI *put_Item)(IWriteCookie *This,VARIANT key,BSTR bstrValue);
416 HRESULT (WINAPI *put_Domain)(IWriteCookie *This,BSTR bstrDomain);
417 HRESULT (WINAPI *put_Path)(IWriteCookie *This,BSTR bstrPath);
443 HRESULT WINAPI IWriteCookie_put_Item_Proxy(IWriteCookie *This,VARIANT key,BSTR bstrValue)
    [all...]
fsrmreports.h 145 BSTR *name) = 0;
148 BSTR name) = 0;
151 BSTR *description) = 0;
154 BSTR description) = 0;
157 BSTR *prefix) = 0;
227 BSTR *name);
231 BSTR name);
235 BSTR *description);
239 BSTR description);
243 BSTR *prefix)
    [all...]
fsrm.h 471 BSTR accessPath,
474 BSTR windowTitle,
475 BSTR windowMessage,
532 BSTR accessPath,
535 BSTR windowTitle,
536 BSTR windowMessage,
583 static FORCEINLINE HRESULT IFsrmAccessDeniedRemediationClient_Show(IFsrmAccessDeniedRemediationClient* This,ULONG_PTR parentWnd,BSTR accessPath,AdrClientErrorType errorType,LONG flags,BSTR windowTitle,BSTR windowMessage,LONG *result) {
594 BSTR accessPath
    [all...]
napcertrelyingparty.h 57 const BSTR subscriberName,
93 const BSTR subscriberName,
135 static FORCEINLINE HRESULT INapCertRelyingParty_SubscribeCertByGroup(INapCertRelyingParty* This,EnforcementEntityId id,const BSTR subscriberName,const VARIANT *reserved,WINBOOL *certExists) {
152 const BSTR subscriberName,
184 ULONG __RPC_USER BSTR_UserSize (ULONG *, ULONG, BSTR *);
185 unsigned char * __RPC_USER BSTR_UserMarshal (ULONG *, unsigned char *, BSTR *);
186 unsigned char * __RPC_USER BSTR_UserUnmarshal(ULONG *, unsigned char *, BSTR *);
187 void __RPC_USER BSTR_UserFree (ULONG *, BSTR *);
qedit.idl 115 [out] BSTR *pVal
123 [out] BSTR *pVal
127 BSTR newVal
142 BSTR Filename
wiadevd.h 36 STDMETHOD(GetDeviceIcon)(THIS_ BSTR bstrDeviceId,HICON *phIcon,ULONG nSize) PURE;
37 STDMETHOD(GetDeviceBitmapLogo)(THIS_ BSTR bstrDeviceId,HBITMAP *phBitmap,ULONG nMaxWidth,ULONG nMaxHeight) PURE;
exdisp.h 268 BSTR URL,
299 BSTR *Type) = 0;
326 BSTR *LocationName) = 0;
329 BSTR *LocationURL) = 0;
399 BSTR URL,
437 BSTR *Type);
473 BSTR *LocationName);
477 BSTR *LocationURL);
563 static FORCEINLINE HRESULT IWebBrowser_Navigate(IWebBrowser* This,BSTR URL,VARIANT *Flags,VARIANT *TargetFrameName,VARIANT *PostData,VARIANT *Headers) {
590 static FORCEINLINE HRESULT IWebBrowser_get_Type(IWebBrowser* This,BSTR *Type)
    [all...]
fsrmquota.h 165 BSTR path,
169 BSTR quotaTemplateName,
170 BSTR path,
174 BSTR path,
178 BSTR path,
182 BSTR path,
186 BSTR path,
191 BSTR path,
196 BSTR path,
201 BSTR strPath) = 0
    [all...]
mergemod.h 189 virtual HRESULT WINAPI Next(unsigned __LONG32 cFetch,BSTR *rgbstrStrings,unsigned __LONG32 *pcFetched) = 0;
200 HRESULT (WINAPI *Next)(IEnumMsmString *This,unsigned __LONG32 cFetch,BSTR *rgbstrStrings,unsigned __LONG32 *pcFetched);
219 HRESULT WINAPI IEnumMsmString_Next_Proxy(IEnumMsmString *This,unsigned __LONG32 cFetch,BSTR *rgbstrStrings,unsigned __LONG32 *pcFetched);
234 virtual HRESULT WINAPI get_Item(__LONG32 Item,BSTR *Return) = 0;
248 HRESULT (WINAPI *get_Item)(IMsmStrings *This,__LONG32 Item,BSTR *Return);
269 HRESULT WINAPI IMsmStrings_get_Item_Proxy(IMsmStrings *This,__LONG32 Item,BSTR *Return);
283 virtual HRESULT WINAPI get_Path(BSTR *ErrorPath) = 0;
285 virtual HRESULT WINAPI get_DatabaseTable(BSTR *ErrorTable) = 0;
287 virtual HRESULT WINAPI get_ModuleTable(BSTR *ErrorTable) = 0;
301 HRESULT (WINAPI *get_Path)(IMsmError *This,BSTR *ErrorPath)
    [all...]
bitscfg.h 67 virtual HRESULT WINAPI GetCleanupTaskName(BSTR *pTaskName) = 0;
82 HRESULT (WINAPI *GetCleanupTaskName)(IBITSExtensionSetup *This,BSTR *pTaskName);
107 HRESULT WINAPI IBITSExtensionSetup_GetCleanupTaskName_Proxy(IBITSExtensionSetup *This,BSTR *pTaskName);
119 virtual HRESULT WINAPI GetObject(BSTR Path,IBITSExtensionSetup **ppExtensionSetup) = 0;
131 HRESULT (WINAPI *GetObject)(IBITSExtensionSetupFactory *This,BSTR Path,IBITSExtensionSetup **ppExtensionSetup);
148 HRESULT WINAPI IBITSExtensionSetupFactory_GetObject_Proxy(IBITSExtensionSetupFactory *This,BSTR Path,IBITSExtensionSetup **ppExtensionSetup);
161 ULONG __RPC_API BSTR_UserSize(ULONG *,ULONG,BSTR *);
162 unsigned char *__RPC_API BSTR_UserMarshal(ULONG *,unsigned char *,BSTR *);
163 unsigned char *__RPC_API BSTR_UserUnmarshal(ULONG *,unsigned char *,BSTR *);
164 void __RPC_API BSTR_UserFree(ULONG *,BSTR *);
    [all...]
netprov.h 158 virtual HRESULT WINAPI CreateProfile(BSTR bstrXMLWirelessConfigProfile,BSTR bstrXMLConnectionConfigProfile,GUID *pAdapterInstanceGuid,ULONG *pulStatus) = 0;
166 HRESULT (WINAPI *CreateProfile)(IProvisioningProfileWireless *This,BSTR bstrXMLWirelessConfigProfile,BSTR bstrXMLConnectionConfigProfile,GUID *pAdapterInstanceGuid,ULONG *pulStatus);
179 HRESULT WINAPI IProvisioningProfileWireless_CreateProfile_Proxy(IProvisioningProfileWireless *This,BSTR bstrXMLWirelessConfigProfile,BSTR bstrXMLConnectionConfigProfile,GUID *pAdapterInstanceGuid,ULONG *pulStatus);
230 ULONG __RPC_API BSTR_UserSize(ULONG *,ULONG,BSTR *);
231 unsigned char *__RPC_API BSTR_UserMarshal(ULONG *,unsigned char *,BSTR *);
232 unsigned char *__RPC_API BSTR_UserUnmarshal(ULONG *,unsigned char *,BSTR *);
233 void __RPC_API BSTR_UserFree(ULONG *,BSTR *);
    [all...]
wia.h 131 BSTR bstrPatternName;
165 virtual HRESULT WINAPI CreateDevice(BSTR bstrDeviceID,IWiaItem **ppWiaItemRoot) = 0;
166 virtual HRESULT WINAPI SelectDeviceDlg(HWND hwndParent,LONG lDeviceType,LONG lFlags,BSTR *pbstrDeviceID,IWiaItem **ppItemRoot) = 0;
167 virtual HRESULT WINAPI SelectDeviceDlgID(HWND hwndParent,LONG lDeviceType,LONG lFlags,BSTR *pbstrDeviceID) = 0;
168 virtual HRESULT WINAPI GetImageDlg(HWND hwndParent,LONG lDeviceType,LONG lFlags,LONG lIntent,IWiaItem *pItemRoot,BSTR bstrFilename,GUID *pguidFormat) = 0;
169 virtual HRESULT WINAPI RegisterEventCallbackProgram(LONG lFlags,BSTR bstrDeviceID,const GUID *pEventGUID,BSTR bstrCommandline,BSTR bstrName,BSTR bstrDescription,BSTR bstrIcon) = 0
    [all...]
tsuserex.h 74 virtual HRESULT WINAPI get_TerminalServicesProfilePath(BSTR *pVal) = 0;
75 virtual HRESULT WINAPI put_TerminalServicesProfilePath(BSTR pNewVal) = 0;
76 virtual HRESULT WINAPI get_TerminalServicesHomeDirectory(BSTR *pVal) = 0;
77 virtual HRESULT WINAPI put_TerminalServicesHomeDirectory(BSTR pNewVal) = 0;
78 virtual HRESULT WINAPI get_TerminalServicesHomeDrive(BSTR *pVal) = 0;
79 virtual HRESULT WINAPI put_TerminalServicesHomeDrive(BSTR pNewVal) = 0;
100 virtual HRESULT WINAPI get_TerminalServicesWorkDirectory(BSTR *pVal) = 0;
101 virtual HRESULT WINAPI put_TerminalServicesWorkDirectory(BSTR pNewVal) = 0;
102 virtual HRESULT WINAPI get_TerminalServicesInitialProgram(BSTR *pVal) = 0;
103 virtual HRESULT WINAPI put_TerminalServicesInitialProgram(BSTR pNewVal) = 0
    [all...]
agtctl.h 255 virtual HRESULT WINAPI get_Description(BSTR *Description) = 0;
270 HRESULT (WINAPI *get_Description)(IAgentCtlRequest *This,BSTR *Description);
295 HRESULT WINAPI IAgentCtlRequest_get_Description_Proxy(IAgentCtlRequest *This,BSTR *Description);
308 virtual HRESULT WINAPI get_Name(BSTR *pName) = 0;
309 virtual HRESULT WINAPI get_CharacterID(BSTR *pCharacterID) = 0;
311 virtual HRESULT WINAPI get_Voice(BSTR *pVoice) = 0;
312 virtual HRESULT WINAPI get_Alt1Name(BSTR *pAlt1Name) = 0;
314 virtual HRESULT WINAPI get_Alt1Voice(BSTR *pAlt1Voice) = 0;
315 virtual HRESULT WINAPI get_Alt2Name(BSTR *pAlt2Name) = 0;
317 virtual HRESULT WINAPI get_Alt2Voice(BSTR *pAlt2Voice) = 0
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.h 22 virtual HRESULT Open_CryptoGetTextPassword(BSTR *password) x; \
67 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
  /external/mdnsresponder/mDNSWindows/
WinServices.cpp 30 BSTR unicode;
37 unicode = (BSTR) malloc( (size_t)( n * sizeof( wchar_t ) ) );
  /external/mdnsresponder/mDNSWindows/DLLX/
TXTRecord.cpp 38 STDMETHODIMP CTXTRecord::SetValue(BSTR key, VARIANT value)
94 STDMETHODIMP CTXTRecord::RemoveValue(BSTR key)
138 STDMETHODIMP CTXTRecord::ContainsKey(BSTR key, VARIANT_BOOL* retval)
184 STDMETHODIMP CTXTRecord::GetValueForKey(BSTR key, VARIANT* value)
266 STDMETHODIMP CTXTRecord::GetKeyAtIndex(ULONG index, BSTR* retval)

Completed in 2219 milliseconds

1 23 4 5 6 7 8 9