Class TCefSharedMemoryRegionRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefSharedMemoryRegionRef = class(TCefBaseRefCountedRef, ICefSharedMemoryRegion)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function IsValid: boolean;
Protected function Size: NativeUInt;
Protected function Memory: pointer;
Public class function UnWrap(data: Pointer): ICefSharedMemoryRegion;

Description

Methods

Protected function IsValid: boolean;

This item has no description. Showing description inherited from ICefSharedMemoryRegion.IsValid.

Returns true (1) if the mapping is valid.

Protected function Size: NativeUInt;

This item has no description. Showing description inherited from ICefSharedMemoryRegion.Size.

Returns the size of the mapping in bytes. Returns 0 for invalid instances.

Protected function Memory: pointer;

This item has no description. Showing description inherited from ICefSharedMemoryRegion.Memory.

Returns the pointer to the memory. Returns nullptr for invalid instances. The returned pointer is only valid for the life span of this object.

Public class function UnWrap(data: Pointer): ICefSharedMemoryRegion;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.