Viva Clipper !

hb_inetInit()

Advertisements

HB_INETINIT()

Activate Harbour INET support

Syntax

      HB_INETINIT() -> lResult

Arguments

(This function has no arguments)

Returns

Returns .T. or .F. whether the internal INET system was successfully initialized

Description

Activates inet support; mainly used for winsock start up at the moment, but could be used in the future for many other purpose. Put it at the beginning of every program using INET functions.

Compliance

Harbour

Advertisements

Advertisements