WNDCLASS? http://msdn.microsoft.com/en-us/library/ff381397
Start from there sorry, the introductory page has code and a summary but little explanation.
If you mean "= { }", that is called value initialization. In the case of WNDCLASS it is simply assigning 0 to all members. For more detail see:-