Class TCefSharedProcessMessageBuilderRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefSharedProcessMessageBuilderRef = class(TCefBaseRefCountedRef, ICefSharedProcessMessageBuilder)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function IsValid: boolean;
Protected function Size: NativeUInt;
Protected function Memory: pointer;
Protected function Build: ICefProcessMessage;
Public class function UnWrap(data: Pointer): ICefSharedProcessMessageBuilder;
Public class function CreateBuilder(const name: ustring; byte_size: NativeUInt): ICefSharedProcessMessageBuilder;

Description

Methods

Protected function IsValid: boolean;

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

Returns true (1) if the builder is valid.

Protected function Size: NativeUInt;

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

Returns the size of the shared memory region in bytes. Returns 0 for invalid instances.

Protected function Memory: pointer;

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

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

Protected function Build: ICefProcessMessage;

This item has no description. Showing description inherited from ICefSharedProcessMessageBuilder.Build.

Creates a new ICefProcessMessage from the data provided to the builder. Returns nullptr for invalid instances. Invalidates the builder instance.

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

This item has no description.

Public class function CreateBuilder(const name: ustring; byte_size: NativeUInt): ICefSharedProcessMessageBuilder;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.