I've found answers to this question for many programming languages, except for C, using the Windows API. No C++ answers please. Consider the following:
#include <windows.h>
char *string = "The quick brown fox jumps over the lazy dog";
WCHAR unistring[strlen(string)+1];
What function can I use to fill unistring with the characters from string?