Fullscreen flipping

Is it possible to use flipping instead of copying when in fullscreen mode? My card export PFD_SWAP_COPY and PFD_SWAP_EXCHANGE pixelformats so how can I use it properly? I suppose that in order to use flipping I must do something more than just make my window size to be equal to current resolution. So what should I do to get fullscreen flipping?
Thanks.