Skip to main content

OH_ArkWebHttpBodyStream_GetPosition

Function OH_ArkWebHttpBodyStream_GetPosition 

Source
pub unsafe extern "C" fn OH_ArkWebHttpBodyStream_GetPosition(
    httpBodyStream: *const ArkWeb_HttpBodyStream,
) -> u64
Expand description

@brief Get the current position of the data stream. @param httpBodyStream The ArkWeb_HttpBodyStream. @return The current position of data stream. 0 if httpBodyStream is invalid.

@syscap SystemCapability.Web.Webview.Core @since 12