Os.Msync(Int64, Int64, Int32) Method

Definition

See msync(2).

[Android.Runtime.Register("msync", "(JJI)V", "")]
public static void Msync (long address, long byteCount, int flags);
[<Android.Runtime.Register("msync", "(JJI)V", "")>]
static member Msync : int64 * int64 * int -> unit

Parameters

address
Int64
byteCount
Int64
flags
Int32
Attributes

Exceptions

Remarks

See msync(2).

Java documentation for android.system.Os.msync(long, long, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to