VideoInteropCreateFileMapping Method |
Namespace: Ozeki.MediaAssembly: 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
)
Public Shared Function CreateFileMapping (
hFile As IntPtr,
lpFileMappingAttributes As IntPtr,
flProtect As UInteger,
dwMaximumSizeHigh As UInteger,
dwMaximumSizeLow As UInteger,
lpName As String
) As IntPtr
public:
static IntPtr CreateFileMapping(
IntPtr hFile,
IntPtr lpFileMappingAttributes,
unsigned int flProtect,
unsigned int dwMaximumSizeHigh,
unsigned int dwMaximumSizeLow,
String^ lpName
)
static member CreateFileMapping :
hFile : IntPtr *
lpFileMappingAttributes : IntPtr *
flProtect : uint32 *
dwMaximumSizeHigh : uint32 *
dwMaximumSizeLow : uint32 *
lpName : string -> IntPtr
Parameters
- hFile
- Type: SystemIntPtr
- lpFileMappingAttributes
- Type: SystemIntPtr
- flProtect
- Type: SystemUInt32
- dwMaximumSizeHigh
- Type: SystemUInt32
- dwMaximumSizeLow
- Type: SystemUInt32
- lpName
- Type: SystemString
Return Value
Type:
IntPtrSee Also