Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
urllaunch.cpp File Reference
#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)
 

Macro Definition Documentation

◆ FILE_PREFIX

#define FILE_PREFIX   L"file://"

Definition at line 22 of file urllaunch.cpp.

Function Documentation

◆ GetShellOpenCommand()

HRESULT GetShellOpenCommand ( LPTSTR ptszShellOpenCommand,
DWORD cbShellOpenCommand )

Definition at line 126 of file urllaunch.cpp.

◆ LaunchURL()

HRESULT LaunchURL ( LPCWSTR pszURL)

Definition at line 228 of file urllaunch.cpp.

◆ MakeEscapedURL()

HRESULT MakeEscapedURL ( LPWSTR pszInURL,
LPWSTR * ppszOutURL )

Definition at line 26 of file urllaunch.cpp.