|
if (FAILED(lpDDraw7->SetCooperativeLevel(main_window_handle, DDSCL_FULLSCREEN | DDSCL_ALLOWMODEX |
DDSCL_EXCLUSIVE | DDSCL_ALLOWREBOOT )))
{
MessageBox(NULL,TEXT("全屏DirectDraw SetCooperativeLevel error!"),
TEXT("Wrong!"),MB_OK);
return(0);
}
|
|