Skip to main content

CreateWindowExW

Function CreateWindowExW 

Source
pub unsafe extern "system" fn CreateWindowExW(
    extended_style: DWORD,
    class_name: LPCWSTR,
    window_name: LPCWSTR,
    style: DWORD,
    x: INT,
    y: INT,
    width: INT,
    height: INT,
    parent_window: HWND,
    menu: HMENU,
    instance: HINSTANCE,
    user_data_pointer: LPVOID,
) -> HWND