Can I use void* instead of LPVOID in C?
void*
LPVOID
Or LPVOID perform some special functionality than void*.
LPVOID is a pointer to any type. This type is declared in WinDef.h as follows: typedef void *LPVOID;