Group: Windows Multimedia - Library: msvfw32
How to play AVI file on the _screen
HDRAWDIB DrawDibOpen(VOID); DECLARE INTEGER DrawDibOpen IN msvfw32 This function takes no parameters.
Returns a handle to a DrawDib DC if successful or NULL otherwise.
When drawing multiple DIBs simultaneously, create a DrawDib DC for each of the images that will be simultaneously on-screen.
Home