#include "Common/URLLaunch.h"Go to the source code of this file.
Macros | |
| #define | FILE_PREFIX L"file://" |
Functions | |
| HRESULT | MakeEscapedURL (LPWSTR pszInURL, LPWSTR *ppszOutURL) |
| HRESULT | GetShellOpenCommand (LPTSTR ptszShellOpenCommand, DWORD cbShellOpenCommand) |
| HRESULT | LaunchURL (LPCWSTR pszURL) |
| #define FILE_PREFIX L"file://" |
Definition at line 22 of file urllaunch.cpp.
| HRESULT GetShellOpenCommand | ( | LPTSTR | ptszShellOpenCommand, |
| DWORD | cbShellOpenCommand ) |
Definition at line 126 of file urllaunch.cpp.
| HRESULT LaunchURL | ( | LPCWSTR | pszURL | ) |
Definition at line 228 of file urllaunch.cpp.
| HRESULT MakeEscapedURL | ( | LPWSTR | pszInURL, |
| LPWSTR * | ppszOutURL ) |
Definition at line 26 of file urllaunch.cpp.