[Overview][Constants][Types][Classes][Index] Reference for unit 'Speech' (#crwlib)

ISRResMemory

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

Declaration

Source position: speech.pas line 3183

type ISRResMemory = interface(IUnknown)

  function Free();

  function Get();

  function LockGet();

  function LockSet();

end;

Inheritance

ISRResMemory

IUnknown

?