Home
last modified time | relevance | path

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

/reactos/dll/win32/cryptdlg/
H A Dmain.c601 DWORD noticeRefLen, organizationLen, noticeNumLen, noticeTextLen; in CRYPT_FormatUserNotice() local
610 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()