Click or drag to resize

VideoInteropMapViewOfFile Method

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static IntPtr MapViewOfFile(
	IntPtr hFileMappingObject,
	uint dwDesiredAccess,
	uint dwFileOffsetHigh,
	uint dwFileOffsetLow,
	uint dwNumberOfBytesToMap
)

Parameters

hFileMappingObject
Type: SystemIntPtr
dwDesiredAccess
Type: SystemUInt32
dwFileOffsetHigh
Type: SystemUInt32
dwFileOffsetLow
Type: SystemUInt32
dwNumberOfBytesToMap
Type: SystemUInt32

Return Value

Type: IntPtr
See Also