Home
last modified time | relevance | path

Searched refs:usri3_comment (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/cpl/usrmgr/
H A Dusers.c252 … userInfo->usri3_comment = GetDlgItemTextAlloc(hwndDlg, IDC_USER_NEW_DESCRIPTION); in NewUserDlgProc()
324 user.usri3_comment); in UserNew()
329 HeapFree(GetProcessHeap(), 0, user.usri3_comment); in UserNew()
H A Duserprops.c681 SetDlgItemText(hwndDlg, IDC_USER_GENERAL_DESCRIPTION, pUserInfo->usri3_comment); in GetUserGeneralData()
712 pUserInfo->usri3_comment = GetDlgItemTextAlloc(hwndDlg, IDC_USER_GENERAL_DESCRIPTION); in SetUserGeneralData()
721 HeapFree(GetProcessHeap(), 0, pUserInfo->usri3_comment); in SetUserGeneralData()
/reactos/dll/win32/netapi32/
H A Duser.c932 UserInfo3->usri3_comment = Ptr; in BuildUserInfoBuffer()
933 memcpy(UserInfo3->usri3_comment, in BuildUserInfoBuffer()
936 UserInfo3->usri3_comment[UserInfo->AdminComment.Length / sizeof(WCHAR)] = UNICODE_NULL; in BuildUserInfoBuffer()
1649 if (UserInfo3->usri3_comment != NULL) in SetUserInfo()
1652 UserInfo3->usri3_comment); in SetUserInfo()
/reactos/sdk/include/psdk/
H A Dlmaccess.h244 LPWSTR usri3_comment; member