Casting int to LPCWSTR (C++)

If I have:

int a = 10;
(LPCWSTR)a

I get nothing. How do I properly convert the types. The reason is that I want to display an integer in a messagebox.