public static WNDCLASSEX Create() { var result = new WNDCLASSEX { cbSize = (UInt32)Marshal.SizeOf(typeof(WNDCLASSEX)) }; return(result); }
internal static extern UInt16 RegisterClassEx([In] ref WNDCLASSEX lpwndClass);