Process Hacker
dspick.h
Go to the documentation of this file.
1 #ifndef _PH_DSPICK_H
2 #define _PH_DSPICK_H
3 
4 #define PH_DSPICK_MULTISELECT 0x1
5 
6 typedef struct _PH_DSPICK_OBJECT
7 {
9  PSID Sid;
11 
12 typedef struct _PH_DSPICK_OBJECTS
13 {
17 
20  _In_ PVOID PickerDialog
21  );
22 
25  _In_ ULONG Flags
26  );
27 
30  _In_ HWND hWnd,
31  _In_ PVOID PickerDialog,
32  _Out_ PPH_DSPICK_OBJECTS *Objects
33  );
34 
37  _In_ PPH_DSPICK_OBJECTS Objects
38  );
39 
40 #endif