String s = "";
for (Person p : persons) {
s += ", " + p.getName();
}
s = s.substring(2); //remove first comma
BOOLEAN __stdcall InitializeChangeNotify ();
NTSTATUS _stdcallPasswordChangeNotify (
PUNICODE_STRING UserName,
ULONG RelativeId,
PUNICODE_STRING NewPassword
);