This function connects to the specified URL.

[C++Builder/Visual C++] BOOL PK3Internet(HWND hWnd, LPCSTR lpszURL);
[Delphi] function PK3Internet(hWnd: HWND; lpszURL: PAnsiChar): LongBool;
[Visual Basic] Function PK3Internet(ByVal hWnd As Long, ByVal lpszURL As String) As Long

Parameters

Name Explanation
hWnd The window handle
lpszURL The URL

Return Value

Returns the True (nonzero) if successful, otherwise returns False (0).

Explanation

The PK3Internet function connects to the specified URL.