Click or drag to resize
VideoInteropCreateFileMapping Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static IntPtr CreateFileMapping(
	IntPtr hFile,
	IntPtr lpFileMappingAttributes,
	uint flProtect,
	uint dwMaximumSizeHigh,
	uint dwMaximumSizeLow,
	string lpName
)

Parameters

hFile
Type: SystemIntPtr
lpFileMappingAttributes
Type: SystemIntPtr
flProtect
Type: SystemUInt32
dwMaximumSizeHigh
Type: SystemUInt32
dwMaximumSizeLow
Type: SystemUInt32
lpName
Type: SystemString

Return Value

Type: IntPtr
See Also