PutGIFToClipboard  Method

Description         Loads a GIF file into the clipboard.

Syntax                 bRet = [BIImgFrm.]PutGIFToClipboard  hWnd hDC FileName Error nImage

Remarks             bRet                        BOOL             TRUE if successful.

                            hWnd                     LONGLONG Handle of the window.

                            hDC                        LONGLONG Handle of the DC.

                            FileName                LPCTSRT       GIF file name.

                            Error                      short*              Error code.

                            nImage                   short                The n-th image. nImage = 0,1,2...

See Also