Esempio n. 1
0
 public static Group GetGrGidAsGroup(int groupId)
 {
     return(Marshal.PtrToStructure <Group>(StdLibC.getgrgid(groupId)));
 }
Esempio n. 2
0
 public static AccountInfo GetPwNamAsAccountInfo(string user)
 {
     return(Marshal.PtrToStructure <AccountInfo>(StdLibC.getpwnam(user)));
 }