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