ReactOS 0.4.16-dev-306-g647d351
|
#include <windef.h>
Go to the source code of this file.
Classes | |
struct | _ACL_HELP_CONTROL |
struct | _ACL_DLG_CONTROL |
struct | _ACL_EDIT_ENTRY |
struct | _ACL_EDIT_CONTROL |
Typedefs | |
typedef struct _ACL_HELP_CONTROL | ACL_HELP_CONTROL |
typedef struct _ACL_HELP_CONTROL * | PACL_HELP_CONTROL |
typedef struct _ACL_DLG_CONTROL | ACL_DLG_CONTROL |
typedef struct _ACL_DLG_CONTROL * | PACL_DLG_CONTROL |
typedef struct _ACL_EDIT_ENTRY | ACL_EDIT_ENTRY |
typedef struct _ACL_EDIT_ENTRY * | PACL_EDIT_ENTRY |
typedef struct _ACL_EDIT_CONTROL | ACL_EDIT_CONTROL |
typedef struct _ACL_EDIT_CONTROL * | PACL_EDIT_CONTROL |
typedef DWORD(CALLBACK * | PACL_CHANGE) (HWND hWnd, HINSTANCE hInstance, PVOID pCallbackContext, PSECURITY_DESCRIPTOR pNewSD, PSECURITY_DESCRIPTOR pNewObjectSD, BOOL bApplyToSubContainers, BOOL bApplyToSubObjects, LPDWORD lpdwChangeContextStatus) |
Variables | |
HINSTANCE | hDllInstance |
typedef struct _ACL_DLG_CONTROL ACL_DLG_CONTROL |
typedef struct _ACL_EDIT_CONTROL ACL_EDIT_CONTROL |
typedef struct _ACL_EDIT_ENTRY ACL_EDIT_ENTRY |
typedef struct _ACL_HELP_CONTROL ACL_HELP_CONTROL |
typedef DWORD(CALLBACK * PACL_CHANGE) (HWND hWnd, HINSTANCE hInstance, PVOID pCallbackContext, PSECURITY_DESCRIPTOR pNewSD, PSECURITY_DESCRIPTOR pNewObjectSD, BOOL bApplyToSubContainers, BOOL bApplyToSubObjects, LPDWORD lpdwChangeContextStatus) |
Definition at line 51 of file acleditint.h.
typedef struct _ACL_DLG_CONTROL * PACL_DLG_CONTROL |
typedef struct _ACL_EDIT_CONTROL * PACL_EDIT_CONTROL |
typedef struct _ACL_EDIT_ENTRY * PACL_EDIT_ENTRY |
typedef struct _ACL_HELP_CONTROL * PACL_HELP_CONTROL |