![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section contents
csocket.oxh
this& = NewNifProgress&:
Create a networking interface progress object and returns a handle to the created object.
this& |
A handle which represents the created network interface progress |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
LOCAL this& this& = NewNifProgress&: DeleteNifProgress:(this&)
DeleteNifProgress:(BYREF this&)
Destroys the network interface progress object.
BYREF this& |
A handle for a network interface progress object. A zero value is written back into the variable |
LOCAL this& this& = NewNifProgress&: DeleteNifProgress:(this&)
err& = NifProgressError&:(this&)
Returns the error status of the network interface connection progress.
this& |
A handle for a network interface progress object |
err& |
An error code |
stage% = NifProgressStage%:(this&)
Returns the stage of the network interface connection progress.
this& |
A handle for a network interface progress object |
stage% |
The progress stage of the network interface |
|