Data Structures |
| struct | IBindStatusCallbackImpl |
Defines |
| #define | COBJMACROS |
| #define | WIN32_NO_STATUS |
Functions |
| static HRESULT WINAPI | dlQueryInterface (IBindStatusCallback *This, REFIID riid, void **ppvObject) |
| static ULONG WINAPI | dlAddRef (IBindStatusCallback *iface) |
| static ULONG WINAPI | dlRelease (IBindStatusCallback *iface) |
| static HRESULT WINAPI | dlOnStartBinding (IBindStatusCallback *iface, DWORD dwReserved, IBinding *pib) |
| static HRESULT WINAPI | dlGetPriority (IBindStatusCallback *iface, LONG *pnPriority) |
| static HRESULT WINAPI | dlOnLowResource (IBindStatusCallback *iface, DWORD reserved) |
| static HRESULT WINAPI | dlOnProgress (IBindStatusCallback *iface, ULONG ulProgress, ULONG ulProgressMax, ULONG ulStatusCode, LPCWSTR szStatusText) |
| static HRESULT WINAPI | dlOnStopBinding (IBindStatusCallback *iface, HRESULT hresult, LPCWSTR szError) |
| static HRESULT WINAPI | dlGetBindInfo (IBindStatusCallback *iface, DWORD *grfBINDF, BINDINFO *pbindinfo) |
| static HRESULT WINAPI | dlOnDataAvailable (IBindStatusCallback *iface, DWORD grfBSCF, DWORD dwSize, FORMATETC *pformatetc, STGMEDIUM *pstgmed) |
| static HRESULT WINAPI | dlOnObjectAvailable (IBindStatusCallback *iface, REFIID riid, IUnknown *punk) |
| static IBindStatusCallback * | CreateDl (HWND Dlg, BOOL *pbCancelled) |
| static DWORD WINAPI | ThreadFunc (LPVOID Context) |
| static INT_PTR CALLBACK | DownloadDlgProc (HWND Dlg, UINT Msg, WPARAM wParam, LPARAM lParam) |
| BOOL | DownloadApplication (INT Index) |
| VOID | DownloadApplicationsDB (LPWSTR lpUrl) |
Variables |
| static PAPPLICATION_INFO | AppInfo |
| static HICON | hIcon = NULL |
static const
IBindStatusCallbackVtbl | dlVtbl |