Unit 'uWVCoreWebView2SharedBuffer' Package
[Overview][Classes][Index] [#pl_win_webview]

TCoreWebView2SharedBuffer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uWVCoreWebView2SharedBuffer.pas line 28

type TCoreWebView2SharedBuffer = class

protected

  FBaseIntf: ICoreWebView2SharedBuffer;

  

  function GetInitialized;

  

  function GetSize;

  

  function GetBuffer;

  

  function GetOpenStream;

  

  function GetFileMappingHandle;

  

  procedure InitializeFields;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function Close;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2SharedBuffer; [r]

  

  property Size: Largeuint; [r]

  

  property Buffer: PByte; [r]

  

  property OpenStream: IStream; [r]

  

  property FileMappingHandle: HANDLE; [r]

  

end;

Inheritance

TCoreWebView2SharedBuffer

  

|

TObject



CT Web help

CodeTyphon Studio