A C function in the Windows API for creating a window. In the case of this particular "function" (at least, since its deprecation), it is a #define (and not a function at all) that calls either CreateWindowExA() or CreateWindowExW(), as appropriate, placing 0L into the dwExStyle parameter.

Log in or register to write something here or to contact authors.