[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwabits.pas line 107
type IEnumBackgroundCopyFiles = interface(IUnknown) |
function Next(); |
function Skip(); |
function Reset; |
function Clone(); |
function GetCount(); |
end; |
| |
IInterface |