Functions

get the process params . it will return String .

get process parrent id from pid , it will return a Option<u32>

get process full path from pid , it will return String

get the process sid and domain/user name from pid . it will return a tuple consisting of (domain/user,sid). if the privilege is not enough , it will return the failed reson.

get process thread id from pid , it will return Vec<u32> .

get process time , including Start time , Exit time , Kernel time and User time . it will return a tuple which is (start_time,exit_time,kernel_time,user_time)