Esempio n. 1
0
 public static extern int ElevateProcessHandles(int targetPid,
                                                int handleCount,
                                                [In] UIntPtr[] handles,
                                                [In] UInt32[] newAccessMasks,
                                                ERROR_OCCURED_CALLBACK fnErrorOccured = null
                                                );
Esempio n. 2
0
 public static extern int GetProcessHandles(int procPid,
                                            HANDLE_FOUND_CALLBACK fnHandleFound,
                                            ERROR_OCCURED_CALLBACK fnErrorOccured = null
                                            );