Click to See Complete Forum and Search --> : IDirectDrawSurface7::Blt(...)


yaor
August 5th, 2002, 06:06 PM
I am reading a sample code using IDirectDrawSurface7's Blt method. In this sample code, the second parameter of method Blt() is set to NULL, that is to say, pointer to an IDirectDrawSurface7 interface which is the source of the blit is NULL. What does this mean? Thanks!