Skip to main content

FRENewByteArray

Function FRENewByteArray 

Source
pub unsafe extern "C" fn FRENewByteArray(
    byteArrayData: *mut FREByteArray,
    handle: *mut FREObject,
) -> FREResult
Expand description

Creates a new byte array using optional input information (length and optional byte)

@return FREResult::FRE_OK FREResult::FRE_INVALID_ARGUMENT FREResult::FRE_WRONG_THREAD FREResult::FRE_ILLEGAL_STATE