Go to the source code of this file.
Functions | |
| BOOL | fsOnNavigateUrl (LPCSTR pszUrl) |
| BOOL | fsUrlToFdm (LPCSTR pszUrl, LPCSTR pszReferer, LPCSTR pszCookies, LPCSTR pszPostData, BOOL bUseSkipExtsList) |
| BOOL | fsIsMonitoringTurnedOn () |
| BOOL | fsIsOKUrl (LPCSTR pszURL) |
| BOOL fsIsMonitoringTurnedOn | ( | ) |
Definition at line 329 of file common.cpp.
References TRUE.
Referenced by CWgBHO::BeforeNavigate2(), and CIEWGDM::Download().
| BOOL fsIsOKUrl | ( | LPCSTR | pszURL | ) |
Definition at line 148 of file WgBHO.cpp.
Referenced by CWgBHO::BeforeNavigate2(), and CIEWGMonitor::Start().
| BOOL fsOnNavigateUrl | ( | LPCSTR | pszUrl | ) |
Definition at line 12 of file common.cpp.
References BOOL, FALSE, and TRUE.
Referenced by CWgBHO::BeforeNavigate2(), CIEWGDM::Download(), and CIEWGMonitor::Start().
| BOOL fsUrlToFdm | ( | LPCSTR | pszUrl, | |
| LPCSTR | pszReferer, | |||
| LPCSTR | pszCookies, | |||
| LPCSTR | pszPostData, | |||
| BOOL | bUseSkipExtsList | |||
| ) |
Definition at line 256 of file common.cpp.
References b, CLSID_WGUrlReceiver, FAILED, FALSE, hr, HRESULT, IID_IWGUrlReceiver, is_ExtToSkip(), is_ServerToSkip(), NULL, and TRUE.
Referenced by CWgBHO::BeforeNavigate2(), CIEWGDM::Download(), and CIEWGMonitor::Start().
1.5.6