ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Macros | |
#define | INTERFACE ISecurityInformation |
#define | INTERFACE ISecurityInformation2 |
#define | INTERFACE IEffectivePermission |
#define | INTERFACE ISecurityObjectTypeInfo |
Typedefs | |
typedef interface ISecurityInformation * | LPSECURITYINFO |
typedef interface ISecurityInformation2 * | LPSECURITYINFO2 |
typedef interface IEffectivePermission * | LPEFFECTIVEPERMISSION |
typedef interface ISecurityObjectTypeInfo * | LPSecurityObjectTypeInfo |
Functions | |
DEFINE_GUID (IID_ISecurityInformation, 0x965fc360, 0x16ff, 0x11d0, 0x0091, 0xcb, 0x00, 0xaa, 0x00, 0xbb, 0xb7, 0x23) | |
DEFINE_GUID (IID_ISecurityInformation2, 0xc3ccfdb4, 0x6f88, 0x11d2, 0x00a3, 0xce, 0x00, 0xc0, 0x4f, 0xb1, 0x78, 0x2a) | |
DEFINE_GUID (IID_IEffectivePermission, 0x3853dc76, 0x9f35, 0x407c, 0x0088, 0xa1, 0xd1, 0x93, 0x44, 0x36, 0x5f, 0xbc) | |
DEFINE_GUID (IID_ISecurityObjectTypeInfo, 0xfc3066eb, 0x79ef, 0x444b, 0x0091, 0x11, 0xd1, 0x8a, 0x75, 0xeb, 0xf2, 0xfa) | |
DECLARE_INTERFACE_ (ISecurityInformation, IUnknown) | |
DECLARE_INTERFACE_ (ISecurityInformation2, IUnknown) | |
DECLARE_INTERFACE_ (IEffectivePermission, IUnknown) | |
DECLARE_INTERFACE_ (ISecurityObjectTypeInfo, IUnknown) | |
HPROPSHEETPAGE WINAPI | CreateSecurityPage (LPSECURITYINFO psi) |
BOOL WINAPI | EditSecurity (HWND hwndOwner, LPSECURITYINFO psi) |
Variables | |
EXTERN_C const IID | IID_ISecurityInformation |
typedef interface IEffectivePermission* LPEFFECTIVEPERMISSION |
typedef interface ISecurityInformation* LPSECURITYINFO |
typedef interface ISecurityInformation2* LPSECURITYINFO2 |
typedef interface ISecurityObjectTypeInfo* LPSecurityObjectTypeInfo |
HPROPSHEETPAGE WINAPI CreateSecurityPage | ( | LPSECURITYINFO | psi | ) |
DECLARE_INTERFACE_ | ( | IEffectivePermission | , |
IUnknown | |||
) |
Definition at line 77 of file aclui.h.
DECLARE_INTERFACE_ | ( | ISecurityInformation | , |
IUnknown | |||
) |
Definition at line 42 of file aclui.h.
DECLARE_INTERFACE_ | ( | ISecurityInformation2 | , |
IUnknown | |||
) |
DECLARE_INTERFACE_ | ( | ISecurityObjectTypeInfo | , |
IUnknown | |||
) |
DEFINE_GUID | ( | IID_IEffectivePermission | , |
0x3853dc76 | , | ||
0x9f35 | , | ||
0x407c | , | ||
0x0088 | , | ||
0xa1 | , | ||
0xd1 | , | ||
0x93 | , | ||
0x44 | , | ||
0x36 | , | ||
0x5f | , | ||
0xbc | |||
) |
DEFINE_GUID | ( | IID_ISecurityInformation | , |
0x965fc360 | , | ||
0x16ff | , | ||
0x11d0 | , | ||
0x0091 | , | ||
0xcb | , | ||
0x00 | , | ||
0xaa | , | ||
0x00 | , | ||
0xbb | , | ||
0xb7 | , | ||
0x23 | |||
) |
DEFINE_GUID | ( | IID_ISecurityInformation2 | , |
0xc3ccfdb4 | , | ||
0x6f88 | , | ||
0x11d2 | , | ||
0x00a3 | , | ||
0xce | , | ||
0x00 | , | ||
0xc0 | , | ||
0x4f | , | ||
0xb1 | , | ||
0x78 | , | ||
0x2a | |||
) |
DEFINE_GUID | ( | IID_ISecurityObjectTypeInfo | , |
0xfc3066eb | , | ||
0x79ef | , | ||
0x444b | , | ||
0x0091 | , | ||
0x11 | , | ||
0xd1 | , | ||
0x8a | , | ||
0x75 | , | ||
0xeb | , | ||
0xf2 | , | ||
0xfa | |||
) |
BOOL WINAPI EditSecurity | ( | HWND | hwndOwner, |
LPSECURITYINFO | psi | ||
) |