Click or drag to resize

VideoInteropCreateFileMapping Method

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