Lines Matching refs:HRESULT

157     HRESULT NotificationLevel( [out, retval] AutomaticUpdatesNotificationLevel *retval );
160 HRESULT NotificationLevel( [in] AutomaticUpdatesNotificationLevel value );
163 HRESULT ReadOnly( [out, retval] VARIANT_BOOL *retval );
166 HRESULT Required( [out, retval] VARIANT_BOOL *retval );
169 HRESULT ScheduledInstallationDay( [out, retval] AutomaticUpdatesScheduledInstallationDay *retval );
172 HRESULT ScheduledInstallationDay( [in] AutomaticUpdatesScheduledInstallationDay value );
175 HRESULT ScheduledInstallationTime( [out, retval] LONG *retval );
178 HRESULT ScheduledInstallationTime( [in] LONG value );
181 HRESULT Refresh();
184 HRESULT Save();
198 HRESULT DetectNow();
199 HRESULT Pause();
200 HRESULT Resume();
201 HRESULT ShowSettingsDialog();
204 HRESULT Settings(
208 HRESULT ServiceEnabled(
211 HRESULT EnableService();
225 HRESULT Address( [out, retval] BSTR *retval );
228 HRESULT Address( [in] BSTR value );
231 HRESULT BypassList( [out, retval] IStringCollection **retval );
234 HRESULT BypassList( [in] IStringCollection *value );
237 HRESULT BypassProxyOnLocal( [out, retval] VARIANT_BOOL *retval );
240 HRESULT BypassProxyOnLocal( [in] VARIANT_BOOL value );
243 HRESULT ReadOnly( [out, retval] VARIANT_BOOL *retval );
246 HRESULT UserName( [out, retval] BSTR *retval );
249 HRESULT UserName( [in] BSTR value );
252 HRESULT SetPassword( [in] BSTR value );
255 HRESULT PromptForCredentials( [in, unique] IUnknown *parentWindow,
259 HRESULT PromptForCredentialsFromHwnd( [in, unique] HWND parentWindow,
263 HRESULT AutoDetect( [out, retval] VARIANT_BOOL *retval );
266 HRESULT AutoDetect( [in] VARIANT_BOOL value );
280 HRESULT ClientApplicationID(
284 HRESULT ClientApplicationID(
288 HRESULT ReadOnly(
292 HRESULT WebProxy(
296 HRESULT WebProxy(
299 HRESULT CreateUpdateSearcher(
302 HRESULT CreateUpdateDownloader(
305 HRESULT CreateUpdateInstaller(
320 HRESULT AltText( [out, retval] BSTR *retval );
323 HRESULT Height( [out, retval] LONG *retval );
326 HRESULT Source( [out, retval] BSTR *retval );
329 HRESULT Width( [out, retval] LONG *retval );
343 HRESULT Name( [out, retval] BSTR *retval );
346 HRESULT CategoryID( [out, retval] BSTR *retval );
349 HRESULT Children( [out, retval] ICategoryCollection **retval );
352 HRESULT Description( [out, retval] BSTR *retval );
355 HRESULT Image( [out, retval] IImageInformation **retval );
358 HRESULT Order( [out, retval] LONG *retval );
361 HRESULT Parent( [out, retval] ICategory **retval );
364 HRESULT Type( [out, retval] BSTR *retval );
367 HRESULT Updates( [out, retval] IUpdateCollection **retval );
381 HRESULT Item( [in] LONG index,
385 HRESULT _NewEnum( [out, retval] IUnknown **retval );
388 HRESULT Count( [out, retval] LONG *retval );
403 HRESULT Item( [in] LONG index,
407 HRESULT Item( [in] LONG index,
411 HRESULT _NewEnum( [out, retval] IUnknown **retval );
414 HRESULT Count( [out, retval] LONG *retval );
417 HRESULT ReadOnly( [out, retval] VARIANT_BOOL *retval );
420 HRESULT Add( [in] BSTR value,
424 HRESULT Clear();
427 HRESULT Copy( [out, retval] IStringCollection **retval );
430 HRESULT Insert( [in] LONG index,
434 HRESULT RemoveAt( [in] LONG index );
448 HRESULT Message( [out, retval] BSTR *retval );
451 HRESULT HResult( [out, retval] LONG *retval );
454 HRESULT Context( [out, retval] UpdateExceptionContext *retval );
468 HRESULT Item( [in] LONG index,
472 HRESULT _NewEnum( [out, retval] IUnknown **retval );
475 HRESULT Count( [out, retval] LONG *retval );
489 HRESULT RevisionNumber( [out, retval] LONG *retval );
492 HRESULT UpdateID( [out, retval] BSTR *retval );
507 HRESULT CanRequestUserInput( [out, retval] VARIANT_BOOL *retval );
510 HRESULT Impact( [out, retval] InstallationImpact *retval );
513 HRESULT RebootBehavior( [out, retval] InstallationRebootBehavior *retval );
516 HRESULT RequiresNetworkConnectivity( [out, retval] VARIANT_BOOL *retval );
530 HRESULT DownloadUrl( [out, retval] BSTR *retval );
544 HRESULT Item( [in] LONG index,
548 HRESULT _NewEnum( [out, retval] IUnknown **retval );
551 HRESULT Count( [out, retval] LONG *retval );
566 HRESULT Title( [out, retval] BSTR *retval );
569 HRESULT AutoSelectOnWebSites( [out, retval] VARIANT_BOOL *retval );
572 HRESULT BundledUpdates( [out, retval] IUpdateCollection **retval );
575 HRESULT CanRequireSource( [out, retval] VARIANT_BOOL *retval );
578 HRESULT Categories( [out, retval] ICategoryCollection **retval );
581 HRESULT Deadline( [out, retval] VARIANT *retval );
584 HRESULT DeltaCompressedContentAvailable( [out, retval] VARIANT_BOOL *retval );
587 HRESULT DeltaCompressedContentPreferred( [out, retval] VARIANT_BOOL *retval );
590 HRESULT Description( [out, retval] BSTR *retval );
593 HRESULT EulaAccepted( [out, retval] VARIANT_BOOL *retval );
596 HRESULT EulaText( [out, retval] BSTR *retval );
599 HRESULT HandlerID( [out, retval] BSTR *retval );
602 HRESULT Identity( [out, retval] IUpdateIdentity **retval );
605 HRESULT Image( [out, retval] IImageInformation **retval );
608 HRESULT InstallationBehavior( [out, retval] IInstallationBehavior **retval );
611 HRESULT IsBeta( [out, retval] VARIANT_BOOL *retval );
614 HRESULT IsDownloaded( [out, retval] VARIANT_BOOL *retval );
617 HRESULT IsHidden( [out, retval] VARIANT_BOOL *retval );
620 HRESULT IsHidden( [in] VARIANT_BOOL value );
623 HRESULT IsInstalled( [out, retval] VARIANT_BOOL *retval );
626 HRESULT IsMandatory( [out, retval] VARIANT_BOOL *retval );
629 HRESULT IsUninstallable( [out, retval] VARIANT_BOOL *retval );
632 HRESULT Languages( [out, retval] IStringCollection **retval );
635 HRESULT LastDeploymentChangeTime( [out, retval] DATE *retval );
638 HRESULT MaxDownloadSize( [out, retval] DECIMAL *retval );
641 HRESULT MinDownloadSize( [out, retval] DECIMAL *retval );
644 HRESULT MoreInfoUrls( [out, retval] IStringCollection **retval );
647 HRESULT MsrcSeverity( [out, retval] BSTR *retval );
650 HRESULT RecommendedCpuSpeed( [out, retval] LONG *retval );
653 HRESULT RecommendedHardDiskSpace( [out, retval] LONG *retval );
656 HRESULT RecommendedMemory( [out, retval] LONG *retval );
659 HRESULT ReleaseNotes( [out, retval] BSTR *retval );
662 HRESULT SecurityBulletinIDs( [out, retval] IStringCollection **retval );
665 HRESULT SupersededUpdateIDs( [out, retval] IStringCollection **retval );
668 HRESULT SupportUrl( [out, retval] BSTR *retval );
671 HRESULT Type( [out, retval] UpdateType *retval );
674 HRESULT UninstallationNotes( [out, retval] BSTR *retval );
677 HRESULT UninstallationBehavior( [out, retval] IInstallationBehavior **retval );
680 HRESULT UninstallationSteps( [out, retval] IStringCollection **retval );
683 HRESULT KBArticleIDs( [out, retval] IStringCollection **retval );
686 HRESULT AcceptEula();
689 HRESULT DeploymentAction( [out, retval] DeploymentAction *retval );
692 HRESULT CopyFromCache( [in, ref] BSTR path,
696 HRESULT DownloadPriority( [out, retval] DownloadPriority *retval );
699 HRESULT DownloadContents( [out, retval] IUpdateDownloadContentCollection **retval );
715 HRESULT Item( [in] LONG index,
719 HRESULT Item( [in] LONG index,
723 HRESULT _NewEnum( [out, retval] IUnknown **retval );
726 HRESULT Count( [out, retval] LONG *retval );
729 HRESULT ReadOnly( [out, retval] VARIANT_BOOL *retval );
732 HRESULT Add( [in] IUpdate *value,
736 HRESULT Clear();
739 HRESULT Copy( [out, retval] IUpdateCollection **retval );
742 HRESULT Insert( [in] LONG index,
746 HRESULT RemoveAt( [in] LONG index );
760 HRESULT AsyncState( [out, retval] VARIANT *retval );
763 HRESULT IsCompleted( [out, retval] VARIANT_BOOL *retval );
766 HRESULT CleanUp();
769 HRESULT RequestAbort();
783 HRESULT ResultCode( [out, retval] OperationResultCode *retval );
786 HRESULT RootCategories( [out, retval] ICategoryCollection **retval );
789 HRESULT Updates( [out, retval] IUpdateCollection **retval );
792 HRESULT Warnings( [out, retval] IUpdateExceptionCollection **retval );
806 HRESULT Operation( [out, retval] UpdateOperation *retval );
809 HRESULT ResultCode( [out, retval] OperationResultCode *retval );
812 HRESULT HResult( [out, retval] LONG *retval );
815 HRESULT Date( [out, retval] DATE *retval );
818 HRESULT UpdateIdentity( [out, retval] IUpdateIdentity **retval );
821 HRESULT Title( [out, retval] BSTR *retval );
824 HRESULT Description( [out, retval] BSTR *retval );
827 HRESULT UnmappedResultCode( [out, retval] LONG *retval );
830 HRESULT ClientApplicationID( [out, retval] BSTR *retval );
833 HRESULT ServerSelection( [out, retval] ServerSelection *retval );
836 HRESULT ServiceID( [out, retval] BSTR *retval );
839 HRESULT UninstallationSteps( [out, retval] IStringCollection **retval );
842 HRESULT UninstallationNotes( [out, retval] BSTR *retval );
845 HRESULT SupportUrl( [out, retval] BSTR *retval );
859 HRESULT Item( [in] LONG index,
863 HRESULT _NewEnum( [out, retval] IUnknown **retval );
866 HRESULT Count( [out, retval] LONG *retval );
880 HRESULT CanAutomaticallyUpgradeService(
884 HRESULT CanAutomaticallyUpgradeService(
888 HRESULT ClientApplicationID(
892 HRESULT ClientApplicationID(
896 HRESULT IncludePotentiallySupersededUpdates(
900 HRESULT IncludePotentiallySupersededUpdates(
904 HRESULT ServerSelection(
908 HRESULT ServerSelection(
911 HRESULT BeginSearch(
917 HRESULT EndSearch(
921 HRESULT EscapeString(
925 HRESULT QueryHistory(
930 HRESULT Search(
935 HRESULT Online(
939 HRESULT Online(
942 HRESULT GetTotalHistoryCount(
946 HRESULT ServiceID(
950 HRESULT ServiceID(
965 HRESULT HResult( [out, retval] LONG *retval );
968 HRESULT ResultCode( [out, retval] OperationResultCode *retval );
982 HRESULT CurrentUpdateBytesDownloaded( [out, retval] DECIMAL *retval );
985 HRESULT CurrentUpdateBytesToDownload( [out, retval] DECIMAL *retval );
988 HRESULT CurrentUpdateIndex( [out, retval] LONG *retval );
991 HRESULT PercentComplete( [out, retval] LONG *retval );
994 HRESULT TotalBytesDownloaded( [out, retval] DECIMAL *retval );
997 HRESULT TotalBytesToDownload( [out, retval] DECIMAL *retval );
1000 HRESULT GetUpdateResult( [in] LONG updateIndex,
1005 HRESULT CurrentUpdateDownloadPhase( [out, retval] DownloadPhase *retval );
1008 HRESULT CurrentUpdatePercentComplete( [out, retval] LONG *retval );
1022 HRESULT AsyncState( [out, retval] VARIANT *retval );
1025 HRESULT IsCompleted( [out, retval] VARIANT_BOOL *retval );
1028 HRESULT Updates( [out, retval] IUpdateCollection **retval );
1031 HRESULT CleanUp();
1034 HRESULT GetProgress( [out, retval] IDownloadProgress **retval );
1037 HRESULT RequestAbort();
1051 HRESULT HResult( [out, retval] LONG *retval );
1054 HRESULT ResultCode( [out, retval] OperationResultCode *retval );
1057 HRESULT GetUpdateResult( [in] LONG updateIndex,
1073 HRESULT ClientApplicationID(
1077 HRESULT ClientApplicationID(
1081 HRESULT IsForced(
1085 HRESULT IsForced(
1089 HRESULT Priority(
1093 HRESULT Priority(
1097 HRESULT Updates(
1101 HRESULT Updates(
1104 HRESULT BeginDownload(
1110 HRESULT Download(
1113 HRESULT EndDownload(
1129 HRESULT HResult( [out, retval] LONG *retval );
1132 HRESULT RebootRequired( [out, retval] VARIANT_BOOL *retval );
1135 HRESULT ResultCode( [out, retval] OperationResultCode *retval );
1149 HRESULT CurrentUpdateIndex( [out, retval] LONG *retval );
1152 HRESULT CurrentUpdatePercentComplete( [out, retval] LONG *retval );
1155 HRESULT PercentComplete( [out, retval] LONG *retval );
1158 HRESULT GetUpdateResult( [in] LONG updateIndex,
1173 HRESULT AsyncState( [out, retval] VARIANT *retval );
1176 HRESULT IsCompleted( [out, retval] VARIANT_BOOL *retval );
1179 HRESULT Updates( [out, retval] IUpdateCollection **retval );
1182 HRESULT CleanUp();
1185 HRESULT GetProgress( [out, retval] IInstallationProgress **retval );
1188 HRESULT RequestAbort();
1202 HRESULT HResult( [out, retval] LONG *retval );
1205 HRESULT RebootRequired( [out, retval] VARIANT_BOOL *retval );
1208 HRESULT ResultCode( [out, retval] OperationResultCode *retval );
1211 HRESULT GetUpdateResult( [in] LONG updateIndex,
1226 HRESULT ClientApplicationID(
1230 HRESULT ClientApplicationID(
1234 HRESULT IsForced(
1238 HRESULT IsForced(
1242 HRESULT ParentHwnd(
1246 HRESULT ParentHwnd(
1250 HRESULT ParentWindow(
1254 HRESULT ParentWindow(
1258 HRESULT Updates(
1262 HRESULT Updates(
1265 HRESULT BeginInstall(
1271 HRESULT BeginUninstall(
1277 HRESULT EndInstall(
1281 HRESULT EndUninstall(
1285 HRESULT Install(
1288 HRESULT RunWizard(
1293 HRESULT IsBusy(
1296 HRESULT Uninstall(
1300 HRESULT AllowSourcePrompts(
1304 HRESULT AllowSourcePrompts(
1308 HRESULT RebootRequiredBeforeInstallation(
1324 HRESULT OemHardwareSupportLink(
1328 HRESULT RebootRequired(