[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwagpedit.pas line 289
type IGPEInformation = interface(IUnknown) |
function GetName(); |
function GetDisplayName(); |
function GetRegistryKey(); |
function GetDSPath(); |
function GetFileSysPath(); |
function GetOptions(); |
function GetType(); |
function GetHint(); |
function PolicyChanged(); |
end; |
| |
IInterface |