Searched refs:IEffectivePermission (Results 1 – 3 of 3) sorted by relevance
87 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,
57 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()
36 typedef interface IEffectivePermission *LPEFFECTIVEPERMISSION;76 #define INTERFACE IEffectivePermission77 DECLARE_INTERFACE_(IEffectivePermission,IUnknown) in DECLARE_INTERFACE_() argument