Searched refs:noticeTextLen (Results 1 – 1 of 1) sorted by relevance
601 DWORD noticeRefLen, organizationLen, noticeNumLen, noticeTextLen; in CRYPT_FormatUserNotice() local610 noticeTextLen = LoadStringW(hInstance, IDS_NOTICE_TEXT, in CRYPT_FormatUserNotice()740 charsNeeded += noticeTextLen; in CRYPT_FormatUserNotice()743 memcpy(str, noticeText, noticeTextLen * sizeof(WCHAR)); in CRYPT_FormatUserNotice()744 str += noticeTextLen; in CRYPT_FormatUserNotice()