[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwagpedit.pas line 437
type IGroupPolicyObject = interface(IUnknown) |
function New(); |
function OpenDSGPO(); |
function OpenLocalMachineGPO(); |
function OpenRemoteMachineGPO(); |
function Save(); |
function Delete; |
function GetName(); |
function GetDisplayName(); |
function SetDisplayName(); |
function GetPath(); |
function GetDSPath(); |
function GetFileSysPath(); |
function GetRegistryKey(); |
function GetOptions(); |
function SetOptions(); |
function GetType(); |
function GetMachineName(); |
function GetPropertySheetPages(); |
end; |
| |
IInterface |