Relative Content

Tag Archive for c++cwindowsdwordlpcwstr

Appending DWORD at the end of LPCWSTR

I was trying to append a DWORD variable at the end of a LPCWSTR in order to pass it to a CreateProcess as the command line argument, but I haven’t found a way to do it.
My best guess is trying to concatenate it with a casting, like this: