mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
added more explanations
This commit is contained in:
parent
68e9f75708
commit
b9f8a4a477
@ -37,6 +37,12 @@ present in that struct and can thus be used in subsequent regular
|
|||||||
CURLcode result; /* return code for transfer */
|
CURLcode result; /* return code for transfer */
|
||||||
} data;
|
} data;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
When \fBmsg\fP is \fICURLMSG_DONE\fP, the message identifies a transfer that
|
||||||
|
is done, and then \fBresult\fP contains the return code for the easy handle
|
||||||
|
that just completed.
|
||||||
|
|
||||||
|
At this point, there is no other \fBmsg\fP types defined.
|
||||||
.SH "RETURN VALUE"
|
.SH "RETURN VALUE"
|
||||||
A pointer to a filled-in struct, or NULL if it failed or ran out of
|
A pointer to a filled-in struct, or NULL if it failed or ran out of
|
||||||
structs. It also writes the number of messages left in the queue (after this
|
structs. It also writes the number of messages left in the queue (after this
|
||||||
|
Loading…
Reference in New Issue
Block a user