Click or drag to resize
VideoInteropMapViewOfFile Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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