hMod = (HMODULE)GetWindowLong( hWnd, GWL_HINSTANCE); if (hMod != NULL) { X= GetModuleFileName( hMod, Buffer, 256); Buffer[X]= 0x00;
確定! 回上一頁