是win32的,是avifil32.dll里的函数。
急的很。
帮帮忙!!!

解决方案 »

  1.   

    The AVISaveV function builds a file by combining data streams from other files or from memory. 
    STDAPI AVISaveV(    LPCTSTR szFile,
        CLSID * pclsidHandler,
        AVISAVECALLBACK lpfnCallback,
        int nStreams,
        PAVISTREAM * ppavi,
        LPAVICOMPRESSOPTIONS * plpOptions
       );
     ParametersszFileNull-terminated string containing the name of the file to save.pclsidHandlerAddress of the file handler used to write the file. The file is created by calling the AVIFileOpen function using this handler. If a handler is not specified, a default is selected from the registry based on the file extension.lpfnCallbackAddress of a callback function used to display status information and to let the user cancel the save operation.nStreamsNumber of streams to save.ppaviAddress of an array of pointers to the AVISTREAM function structures. The array uses one pointer for each stream.plpOptions