lpcstr
C++ concat LPCTSTR
I am implementing a custom action for a WindowsCE CAB file, and I need to concat a LPCTSTR to get a proper path to an exe.[详细]
2023-02-15 08:43 分类:问答JNA mapping LPCSTR on windows platform
I am working on call one DLL api for C/C++ with JNA. The function API in DLL is short DKT_init(LPCSTR name). I made the corresponding java method as public short DKT_init(String name); But when I cal[详细]
2023-01-26 01:27 分类:问答What does LPCWSTR stand for and how should it be handled?
First of all, what is it exactly? I guess it is a pointer (LPC means long pointer constant), but what does \"W\" mean? Is it a specific pointer to a string or a pointer to a specific string?[详细]
2022-12-19 11:01 分类:问答how can convert LPCSTR string into LPCTSTR string?
i am trying to convert a LPCSTR string into LPCTSTR string. i want to concatenate two string,when i try like this[详细]
2022-12-09 14:33 分类:问答