2.2.33 LPCVOID

msdn link

An LPCVOID is a 32-bit pointer to a constant of any type.

This type is declared as follows:

 typedef const void* LPCVOID;