#include <precomp.h>
#include <debug.h>
Go to the source code of this file.
Defines |
| #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 [] |