RegisterClassEx
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern ushort RegisterClassEx(
ref WNDCLASSEX lpwcx
);Last updated
[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern ushort RegisterClassEx(
ref WNDCLASSEX lpwcx
);Last updated