「windows api」の編集履歴(バックアップ)一覧はこちら

windows api - (2008/09/21 (日) 20:09:54) の1つ前との変更点

追加された行は緑色になります。

削除された行は赤色になります。

#include <windows.h> BOOL returnWinSize(int * io_width,int * io_height,DWORD i_style,BOLL i_menu) { RECT rect={0,0,io_width,io_height}; rect.top=AdjustWindowRect(&rect,i_style,i_menu); io_width=rect.right; io_height=rect.bottom; return rect.top; } ATOM redisterWindowClass() {} HWND createWindow() {}
#include <windows.h> BOOL returnWinSize(int * io_width,int * io_height,DWORD i_style,BOLL i_menu) { RECT rect={0,0,io_width,io_height}; rect.top=AdjustWindowRect(&rect,i_style,i_menu); io_width=rect.right; io_height=rect.bottom; return rect.top; } ATOM redisterWindowClass() { WNDCLASSEX wc; } HWND createWindow() {}

表示オプション

横に並べて表示:
変化行の前後のみ表示: