I need to use strings in my winapi C/C++ application from system resources which are located in windows/system32/ and have extension *.mui. F.e. winload.exe.mui.
"Resource hacker" program give me this:
1 MESSAGETABLE
{
0x40000001, "Обновление системы... (%5!Iu!%%)%r%0\r\n"
0xC0000002, "Ошибка %4!lX! при операции обновления %1!Iu! из %2!Iu! (%3)%r%0\r\n"
0xC0000003, "Неустранимая ошибка %4!lX! при операции обновл. %1!Iu! из %2!Iu! (%3)%r%0\r\n"
}
How i can extract string with adress 0x40000001 and use in my winapi app?