ReactOS 0.4.16-dev-306-g647d351
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <ole2.h>
#include <objsel.h>
#include <aclui.h>
#include <ndk/rtlfuncs.h>
Go to the source code of this file.
Classes | |
struct | _ACE_ENTRY |
struct | _PRINCIPAL_LISTITEM |
struct | _SECURITY_PAGE |
struct | _NMCHANGEITEMCHECKBOX |
struct | _SIDREQRESULT |
Typedefs | |
typedef struct _ACE_ENTRY | ACE_ENTRY |
typedef struct _ACE_ENTRY * | PACE_ENTRY |
typedef struct _PRINCIPAL_LISTITEM | PRINCIPAL_LISTITEM |
typedef struct _PRINCIPAL_LISTITEM * | PPRINCIPAL_LISTITEM |
typedef struct _SECURITY_PAGE | SECURITY_PAGE |
typedef struct _SECURITY_PAGE * | PSECURITY_PAGE |
typedef BOOL(* | POBJPICK_SELECTED_SID) (IN IDsObjectPicker *pDsObjectPicker, IN HWND hwndParent OPTIONAL, IN PSID pSid, IN PVOID Context OPTIONAL) |
typedef struct _NMCHANGEITEMCHECKBOX | NMCHANGEITEMCHECKBOX |
typedef struct _NMCHANGEITEMCHECKBOX * | PNMCHANGEITEMCHECKBOX |
typedef struct _SIDREQRESULT | SIDREQRESULT |
typedef struct _SIDREQRESULT * | PSIDREQRESULT |
typedef VOID(* | PSIDREQCOMPLETIONPROC) (IN HANDLE SidCacheMgr, IN PSID Sid, IN PSIDREQRESULT SidRequestResult, IN PVOID Context) |
Variables | |
HINSTANCE | hDllInstance |
#define CIS_DISABLED (CIS_ALLOWDISABLED | CIS_DENYDISABLED) |
#define DisableRedrawWindow | ( | hwnd | ) | SendMessage((hwnd), WM_SETREDRAW, FALSE, 0) |
#define EnableRedrawWindow | ( | hwnd | ) | SendMessage((hwnd), WM_SETREDRAW, TRUE, 0) |
typedef struct _ACE_ENTRY ACE_ENTRY |
typedef struct _ACE_ENTRY * PACE_ENTRY |
typedef struct _NMCHANGEITEMCHECKBOX * PNMCHANGEITEMCHECKBOX |
typedef struct _PRINCIPAL_LISTITEM * PPRINCIPAL_LISTITEM |
typedef struct _SECURITY_PAGE * PSECURITY_PAGE |
typedef struct _SIDREQRESULT * PSIDREQRESULT |
typedef struct _SECURITY_PAGE SECURITY_PAGE |
typedef struct _SIDREQRESULT SIDREQRESULT |
Definition at line 596 of file sidcache.c.
Referenced by CreateSecurityPage().
Definition at line 791 of file sidcache.c.
VOID DereferenceSidReqResult | ( | IN HANDLE | SidCacheMgr, |
IN PSIDREQRESULT | ReqResult | ||
) |
Definition at line 855 of file sidcache.c.
Referenced by FreePrincipalsList(), LookupSidCache(), LookupThreadProc(), and UpdatePrincipalListItem().
Definition at line 676 of file sidcache.c.
Referenced by CreateSecurityPage(), and DestroySecurityPage().
@DllMain
Core routine of the Utility Manager's library.
[in] | hDllInstance | The entry point instance of the library. |
[in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
[in] | lpvReserved | Reserved. |
HRESULT InitializeObjectPicker | ( | IN PCWSTR | ServerName, |
IN PSI_OBJECT_INFO | ObjectInfo, | ||
OUT IDsObjectPicker ** | pDsObjectPicker | ||
) |
Definition at line 176 of file misc.c.
Referenced by SecurityPageProc().
HRESULT InvokeObjectPickerDialog | ( | IN IDsObjectPicker * | pDsObjectPicker, |
IN HWND hwndParent | OPTIONAL, | ||
IN POBJPICK_SELECTED_SID | SelectedSidCallback, | ||
IN PVOID Context | OPTIONAL | ||
) |
Definition at line 249 of file misc.c.
Referenced by SecurityPageProc().
Definition at line 134 of file misc.c.
Definition at line 160 of file misc.c.
Referenced by SecurityPageProc().
Definition at line 76 of file misc.c.
BOOL LookupSidCache | ( | IN HANDLE | SidCacheMgr, |
IN PSID | pSid, | ||
IN PSIDREQCOMPLETIONPROC | CompletionProc, | ||
IN PVOID | Context | ||
) |
Definition at line 876 of file sidcache.c.
Referenced by AddPrincipalToList(), and ReloadPrincipalsList().
VOID ReferenceSidReqResult | ( | IN HANDLE | SidCacheMgr, |
IN PSIDREQRESULT | ReqResult | ||
) |
Definition at line 839 of file sidcache.c.
Referenced by UpdatePrincipalListItem().