Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static IntPtr MMap(
IntPtr hFileMappingObject,
uint dwNumberOfBytesToMap,
uint dwDesiredAccess,
uint flags,
int fd,
uint offset
)
Public Shared Function MMap (
hFileMappingObject As IntPtr,
dwNumberOfBytesToMap As UInteger,
dwDesiredAccess As UInteger,
flags As UInteger,
fd As Integer,
offset As UInteger
) As IntPtr
public:
static IntPtr MMap(
IntPtr hFileMappingObject,
unsigned int dwNumberOfBytesToMap,
unsigned int dwDesiredAccess,
unsigned int flags,
int fd,
unsigned int offset
)
static member MMap :
hFileMappingObject : IntPtr *
dwNumberOfBytesToMap : uint32 *
dwDesiredAccess : uint32 *
flags : uint32 *
fd : int *
offset : uint32 -> IntPtr
Parameters
- hFileMappingObject
- Type: SystemIntPtr
- dwNumberOfBytesToMap
- Type: SystemUInt32
- dwDesiredAccess
- Type: SystemUInt32
- flags
- Type: SystemUInt32
- fd
- Type: SystemInt32
- offset
- Type: SystemUInt32
Return Value
Type:
IntPtrSee Also