masm32

RegisterClassEx in Assembly

Hi guys, I'm trying to manually call RegisterClassEx Windows API without using a WNDCLASS structure on .data section, I need to create this structure only using push instruction. Could someone help me on that please? Thanks a lot ...