Click or drag to resize

VideoInteropMMap Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static IntPtr MMap(
	IntPtr hFileMappingObject,
	uint dwNumberOfBytesToMap,
	uint dwDesiredAccess,
	uint flags,
	int fd,
	uint offset
)

Parameters

hFileMappingObject
Type: SystemIntPtr
dwNumberOfBytesToMap
Type: SystemUInt32
dwDesiredAccess
Type: SystemUInt32
flags
Type: SystemUInt32
fd
Type: SystemInt32
offset
Type: SystemUInt32

Return Value

Type: IntPtr
See Also