WebMWriterNativeWriteOccured Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected int NativeWriteOccured(
IntPtr obj,
IntPtr data,
int size
)
Protected Function NativeWriteOccured (
obj As IntPtr,
data As IntPtr,
size As Integer
) As Integer
protected:
int NativeWriteOccured(
IntPtr obj,
IntPtr data,
int size
)
member NativeWriteOccured :
obj : IntPtr *
data : IntPtr *
size : int -> int
Parameters
- obj
- Type: SystemIntPtr
- data
- Type: SystemIntPtr
- size
- Type: SystemInt32
Return Value
Type:
Int32See Also