Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 916 Bytes

File metadata and controls

43 lines (27 loc) · 916 Bytes

Home

Function name : DrawDibOpen

Group: Windows Multimedia - Library: msvfw32


The DrawDibOpen function opens the DrawDib library for use and creates a DrawDib DC for drawing.


Code examples:

How to play AVI file on the _screen

Declaration:

HDRAWDIB DrawDibOpen(VOID);  

FoxPro declaration:

DECLARE INTEGER DrawDibOpen IN msvfw32  

Parameters:

This function takes no parameters.


Return value:

Returns a handle to a DrawDib DC if successful or NULL otherwise.


Comments:

When drawing multiple DIBs simultaneously, create a DrawDib DC for each of the images that will be simultaneously on-screen.