So many API functions use types like LPSTR, or LPCSTR. Shuld I use them in my own functions? or should i just use the char* type?
thanks in advance