HDC printerDC = CreateDCW(L"WINSPOOL", ... L"CreateDCW"); SetGraphicsMode(printerDC, GM_ADVANCED); int result4 = StartDocW(printerDC, ...
確定! 回上一頁