ReactOS 0.4.15-dev-7924-g5949c20
acleditint.h
Go to the documentation of this file.
1#ifndef _ACLEDIT_H
2#define _ACLEDIT_H
3
4#include <windef.h>
5
7
8typedef struct _ACL_HELP_CONTROL
9{
19
20typedef struct _ACL_DLG_CONTROL
21{
36
37typedef struct _ACL_EDIT_ENTRY{
43
44typedef struct _ACL_EDIT_CONTROL
45{
50
53 PVOID pCallbackContext,
55 PSECURITY_DESCRIPTOR pNewObjectSD,
56 BOOL bApplyToSubContainers,
57 BOOL bApplyToSubObjects,
58 LPDWORD lpdwChangeContextStatus);
59
60#endif /* _ACLEDIT_H */
struct _ACL_EDIT_CONTROL ACL_EDIT_CONTROL
DWORD(CALLBACK * PACL_CHANGE)(HWND hWnd, HINSTANCE hInstance, PVOID pCallbackContext, PSECURITY_DESCRIPTOR pNewSD, PSECURITY_DESCRIPTOR pNewObjectSD, BOOL bApplyToSubContainers, BOOL bApplyToSubObjects, LPDWORD lpdwChangeContextStatus)
Definition: acleditint.h:51
struct _ACL_EDIT_ENTRY ACL_EDIT_ENTRY
struct _ACL_DLG_CONTROL * PACL_DLG_CONTROL
struct _ACL_EDIT_CONTROL * PACL_EDIT_CONTROL
struct _ACL_HELP_CONTROL ACL_HELP_CONTROL
struct _ACL_EDIT_ENTRY * PACL_EDIT_ENTRY
struct _ACL_HELP_CONTROL * PACL_HELP_CONTROL
struct _ACL_DLG_CONTROL ACL_DLG_CONTROL
HINSTANCE hDllInstance
Definition: browser.c:17
HWND hWnd
Definition: settings.c:17
HINSTANCE hInstance
Definition: charmap.c:19
#define CALLBACK
Definition: compat.h:35
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
#define DWORD
Definition: nt_native.h:44
BOOL bAllowNewObject
Definition: acleditint.h:24
PACL_HELP_CONTROL pHelpInfo
Definition: acleditint.h:29
BOOL bMapSpecificToGeneric
Definition: acleditint.h:25
LPWSTR lpSubReplaceObjectsTitle
Definition: acleditint.h:31
LPWSTR lpSpecialNewAccess
Definition: acleditint.h:34
LPDWORD lpdwGenericMappingNewObjects
Definition: acleditint.h:27
LPWSTR lpSubReplaceConfirmation
Definition: acleditint.h:32
LPWSTR lpSubReplaceTitle
Definition: acleditint.h:30
LPWSTR lpSpecialAccess
Definition: acleditint.h:33
LPWSTR lpDialogTitle
Definition: acleditint.h:28
LPDWORD lpdwGenericAccessMap
Definition: acleditint.h:26
PACL_EDIT_ENTRY pEntries
Definition: acleditint.h:47
DWORD dwNumberOfEntries
Definition: acleditint.h:46
LPWSTR lpDefaultPermissionName
Definition: acleditint.h:48
Definition: acleditint.h:37
DWORD dwType
Definition: acleditint.h:38
DWORD dwAccessMask1
Definition: acleditint.h:40
DWORD dwAccessMask
Definition: acleditint.h:39
LPWSTR lpName
Definition: acleditint.h:41
DWORD dwACLEditorDialogTopic
Definition: acleditint.h:12
DWORD dwAccountDialogTopic
Definition: acleditint.h:17
DWORD dwAddEntryDialogTopic
Definition: acleditint.h:14
DWORD dwMainDialogTopic
Definition: acleditint.h:11
uint32_t * LPDWORD
Definition: typedefs.h:59
unsigned char UCHAR
Definition: xmlstorage.h:181
WCHAR * LPWSTR
Definition: xmlstorage.h:184