![]() |
URLGetCurrentState |
||||
Header: | URLAccess.h | Carbon status: | Supported | |
Determines the status of a data transfer operation.
OSStatus URLGetCurrentState ( URLReference urlRef, URLState *state );
A reference to the URL whose data transfer state you want to determine.
On return, a pointer to the state of data transfer. See
A result code.
The URLGetCurrentState function determines the current status of a data transfer operation. You may wish to call URLGetCurrentState periodically to monitor the status of a download or upload operation.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)