|
ReactOS 0.4.16-dev-1875-g3000d45
|

Go to the source code of this file.
Classes | |
| struct | __AsyncInet |
Typedefs | |
| typedef struct __AsyncInet | ASYNCINET |
| typedef struct __AsyncInet * | pASYNCINET |
| typedef int(* | ASYNCINET_CALLBACK) (pASYNCINET AsyncInet, ASYNC_EVENT Event, WPARAM wParam, LPARAM lParam, VOID *Extension) |
Enumerations | |
| enum | ASYNC_EVENT { ASYNCINET_DATA , ASYNCINET_COMPLETE , ASYNCINET_CANCELLED , ASYNCINET_ERROR } |
Functions | |
| pASYNCINET | AsyncInetDownload (LPCWSTR lpszAgent, DWORD dwAccessType, LPCWSTR lpszProxy, LPCWSTR lpszProxyBypass, LPCWSTR lpszUrl, BOOL bAllowCache, ASYNCINET_CALLBACK Callback, VOID *Extension) |
| BOOL | AsyncInetCancel (pASYNCINET AsyncInet) |
| VOID | AsyncInetRelease (pASYNCINET AsyncInet) |
| typedef struct __AsyncInet ASYNCINET |
Definition at line 19 of file asyncinet.h.
| typedef int(* ASYNCINET_CALLBACK) (pASYNCINET AsyncInet, ASYNC_EVENT Event, WPARAM wParam, LPARAM lParam, VOID *Extension) |
Definition at line 21 of file asyncinet.h.
| typedef struct __AsyncInet * pASYNCINET |
Definition at line 19 of file asyncinet.h.
| Enumerator | |
|---|---|
| ASYNCINET_DATA | |
| ASYNCINET_COMPLETE | |
| ASYNCINET_CANCELLED | |
| ASYNCINET_ERROR | |
Definition at line 5 of file asyncinet.h.
| BOOL AsyncInetCancel | ( | pASYNCINET | AsyncInet | ) |
Definition at line 126 of file asyncinet.cpp.
Referenced by CAppScrnshotPreview::PreviousDisplayCleanup().
| pASYNCINET AsyncInetDownload | ( | LPCWSTR | lpszAgent, |
| DWORD | dwAccessType, | ||
| LPCWSTR | lpszProxy, | ||
| LPCWSTR | lpszProxyBypass, | ||
| LPCWSTR | lpszUrl, | ||
| BOOL | bAllowCache, | ||
| ASYNCINET_CALLBACK | Callback, | ||
| VOID * | Extension | ||
| ) |
Definition at line 33 of file asyncinet.cpp.
Referenced by CAppScrnshotPreview::DisplayImage().
| VOID AsyncInetRelease | ( | pASYNCINET | AsyncInet | ) |
Definition at line 184 of file asyncinet.cpp.
Referenced by AsyncInetReadFileLoop(), AsyncInetStatusCallback(), and CAppScrnshotPreview::ProcessWindowMessage().