Data Structures |
| struct | automatic_updates |
Defines |
| #define | COBJMACROS |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (wuapi) |
| static automatic_updates * | impl_from_IAutomaticUpdates (IAutomaticUpdates *iface) |
| static ULONG WINAPI | automatic_updates_AddRef (IAutomaticUpdates *iface) |
| static ULONG WINAPI | automatic_updates_Release (IAutomaticUpdates *iface) |
| static HRESULT WINAPI | automatic_updates_QueryInterface (IAutomaticUpdates *iface, REFIID riid, void **ppvObject) |
| static HRESULT WINAPI | automatic_updates_GetTypeInfoCount (IAutomaticUpdates *iface, UINT *pctinfo) |
| static HRESULT WINAPI | automatic_updates_GetTypeInfo (IAutomaticUpdates *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | automatic_updates_GetIDsOfNames (IAutomaticUpdates *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | automatic_updates_Invoke (IAutomaticUpdates *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | automatic_updates_DetectNow (IAutomaticUpdates *This) |
| static HRESULT WINAPI | automatic_updates_Pause (IAutomaticUpdates *This) |
| static HRESULT WINAPI | automatic_updates_Resume (IAutomaticUpdates *This) |
| static HRESULT WINAPI | automatic_updates_ShowSettingsDialog (IAutomaticUpdates *This) |
| static HRESULT WINAPI | automatic_updates_EnableService (IAutomaticUpdates *This) |
| static HRESULT WINAPI | automatic_updates_get_ServiceEnabled (IAutomaticUpdates *This, VARIANT_BOOL *retval) |
| static HRESULT WINAPI | automatic_updates_get_Settings (IAutomaticUpdates *This, IAutomaticUpdatesSettings **retval) |
| HRESULT | AutomaticUpdates_create (IUnknown *pUnkOuter, LPVOID *ppObj) |
Variables |
| static struct IAutomaticUpdatesVtbl | automatic_updates_vtbl |