[c++]Windows的函数后面加’A‘或’W‘的含义

/ 10,746评论 / 53836阅读 / 0点赞

含义

LPCWSTR stringToLPCWSTR(const std::string& orig)
{
    size_t origsize = orig.length() + 1;
    const size_t newsize = 100;
    size_t convertedChars = 0;
    wchar_t *wcstring = (wchar_t *)malloc(sizeof(wchar_t)*(orig.length()-1));
    mbstowcs_s(&convertedChars, wcstring, origsize, orig.c_str(), _TRUNCATE);
    return wcstring;
}
ShellExecuteA(NULL, "open", "https://blog.coolight.cool/", NULL, NULL, SW_SHOWNORMAL);

string str = "https://blog.coolight.cool/";
ShellExecute(NULL, _T("open"), stringToLPCWSTR(str), NULL, NULL, SW_SHOWNORMAL);

const char link_char[] = "https://blog.coolight.cool/";
ShellExecute(NULL, _T("open"), stringToLPCWSTR(string(link_char)), NULL, NULL, SW_SHOWNORMAL);

ShellExecute(NULL, L"open", CA2W("https://blog.coolight.cool/"), NULL, NULL, SW_SHOWNORMAL);

常见编码格式

见另一篇文章:常见编码格式 / 字节序(大端 / 小端)/ 带BOM

  1. вывод из запоя на дому ростов недорого http://justforum.bestforums.org/viewtopic.php?f=26&t=4732/ .

  2. алкоголизм лечение вывод из запоя ростов http://www.zarabotokdoma.creartuforo.com/viewtopic.php?id=11473/ .

  3. вывод из запоя дешево ростов-на-дону http://dexanet.ukrbb.net/viewtopic.php?f=14&t=20360 .

  4. Heath Jarvis说道:

    Your posts are so thought-provoking and often leave me pondering long after I have finished reading Keep challenging your readers to think outside the box

  5. вывод. из. запоя. на. дому. ростов. zarabotokdoma.creartuforo.com/viewtopic.php?id=11473 .

  6. лучшие онлайн казино http://www.casino-bonus.by/ .

  7. вывод из запоя на дому ростов круглосуточно http://superstar.ukrbb.net/viewtopic.php?f=3&t=681/ .

  8. вывод из запоя дешево ростов-на-дону http://www.pokupki.bestforums.org/viewtopic.php?f=7&t=24037 .

  9. Тут можно преобрести огнестойкий сейф купить несгораемые сейфы

  10. CurtisTraup说道:

    buy rybelsus buy rybelsus online usa rybpharm

  11. DennisBob说道:

    cheapest Kamagra Kam Pharm: kam pharm shop – kam pharm shop

  12. Iyannanet说道:

    fortune mouse gratis слот
    играть в fortune mouse gratis

  13. Тут можно преобрести купить огнестойкий сейф в москве сейф москва огнестойкий купить

  14. CurtisTraup说道:

    buy furosemide online cheapest lasix lasix

  15. Your blog has quickly become one of my favorites I always look forward to your new posts and the insights they offer

  16. Lloydlania说道:

    https://kampharm.shop/# kamagra oral jelly

  17. CurtisTraup说道:

    kampharm shop cheapest Kamagra Kam Pharm kamagra oral jelly

  18. Uazrugh说道:

    Как приобрести аттестат о среднем образовании в Москве и других городах
    titanic2ship.com/attestat-za-9-klass-kupit-tsena-v-nur-sultane-astane.html

  19. DennisBob说道:

    cheapest Gabapentin GabaPharm: buy gabapentin india – gabapentin GabaPharm

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注