#include <windows.h> HANDLE hFile; LRESULT CALLBACK WndProc(HWND hwnd , UINT msg , WPARAM wp , LPARAM lp) { HDC hdc; PAINTSTRUCT ps; static DWORD wReadSize; ...
確定! 回上一頁