-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultipartForm.SerializePart
Andrew Lambert edited this page Nov 26, 2022
·
9 revisions
libcURL.MultipartForm.SerializePart
Event Function SerializePart(Data As MemoryBlock, Length As Integer) As Integer
Name | Type | Comment |
---|---|---|
Data | MemoryBlock | A pointer to the serialized form data. |
Length | Integer | The length, in bytes, of the Data . |
The number of bytes successfully consumed, which should be equal to the number of bytes provided.
This event handles the curl_formget_callback callback if Nil
is passed to the Serialize(Writeable) method. This event will be raised one or more times depending on the size of the form.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.