ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static INT | LengthOfStrResource (IN HINSTANCE hInst, IN UINT uID) |
static INT | AllocAndLoadString (OUT LPWSTR *lpTarget, IN HINSTANCE hInst, IN UINT uID) |
DWORD | LoadAndFormatString (IN HINSTANCE hInstance, IN UINT uID, OUT LPWSTR *lpTarget,...) |
LPARAM | ListViewGetSelectedItemData (IN HWND hwnd) |
BOOL | ListViewSelectItem (IN HWND hwnd, IN INT Index) |
HRESULT | InitializeObjectPicker (IN PCWSTR ServerName, IN PSI_OBJECT_INFO ObjectInfo, OUT IDsObjectPicker **pDsObjectPicker) |
HRESULT | InvokeObjectPickerDialog (IN IDsObjectPicker *pDsObjectPicker, IN HWND hwndParent OPTIONAL, IN POBJPICK_SELECTED_SID SelectedSidCallback, IN PVOID Context OPTIONAL) |
VOID | FreeObjectPicker (IN IDsObjectPicker *pDsObjectPicker) |
Variables | |
static PCWSTR | ObjectPickerAttributes [] |
Definition at line 76 of file misc.c.
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 40 of file misc.c.
Definition at line 134 of file misc.c.
Referenced by DisplaySelectedDeviceProperties(), SecurityPageProc(), UpdateControlStates(), UpdateDevicesListViewControl(), and UpdatePrincipalInfo().
Definition at line 160 of file misc.c.
Referenced by SecurityPageProc().
Definition at line 102 of file misc.c.
|
static |
Definition at line 34 of file misc.c.
Referenced by InitializeObjectPicker().