[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwabits.pas line 138
type IBackgroundCopyError = interface(IUnknown) |
function GetError(); |
function GetFile(); |
function GetErrorDescription(); |
function GetErrorContextDescription(); |
function GetProtocol(); |
end; |
| |
IInterface |