Home
last modified time | relevance | path

Searched refs:IEffectivePermission (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/regedit/
H A Dsecurity.h87 typedef struct IEffectivePermission *LPEFFECTIVEPERMISSION;
93 HRESULT (STDMETHODCALLTYPE *QueryInterface)(struct IEffectivePermission *this,
96 ULONG (STDMETHODCALLTYPE *AddRef)(struct IEffectivePermission *this);
97 ULONG (STDMETHODCALLTYPE *Release)(struct IEffectivePermission *this);
100 HRESULT (STDMETHODCALLTYPE *GetEffectivePermission)(struct IEffectivePermission *this,
H A Dsecurity.c57 impl_from_IEffectivePermission(struct IEffectivePermission *iface) in impl_from_IEffectivePermission()
104 pvObj = (PVOID)impl_to_interface(obj, IEffectivePermission); in CRegKeySecurity_fnQueryInterface()
243 IEffectivePermission_fnQueryInterface(struct IEffectivePermission *this,
248 IEffectivePermission_fnAddRef(struct IEffectivePermission *this);
251 IEffectivePermission_fnRelease(struct IEffectivePermission *this);
255 IEffectivePermission_fnGetEffectivePermission(struct IEffectivePermission *this,
527 IEffectivePermission_fnQueryInterface(struct IEffectivePermission *this, in IEffectivePermission_fnQueryInterface()
544 IEffectivePermission_fnAddRef(struct IEffectivePermission *this) in IEffectivePermission_fnAddRef()
550 IEffectivePermission_fnRelease(struct IEffectivePermission *this) in IEffectivePermission_fnRelease()
556 IEffectivePermission_fnGetEffectivePermission(struct IEffectivePermission *this, in IEffectivePermission_fnGetEffectivePermission()
/reactos/sdk/include/psdk/
H A Daclui.h36 typedef interface IEffectivePermission *LPEFFECTIVEPERMISSION;
76 #define INTERFACE IEffectivePermission
77 DECLARE_INTERFACE_(IEffectivePermission,IUnknown) in DECLARE_INTERFACE_() argument