!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

解决方案 »

  1.   


    STDAPI OleLoadPicture(
      IStream * pStream,
                   //Pointer to the stream that contains picture's data
      LONG lSize,  //Number of bytes read from the stream
      BOOL fRunmode,
                   //The opposite of the initial value of the picture's 
                   // property
      REFIID riid, //Reference to the identifier of the interface 
                   // describing the type of interface pointer to return
      VOID ppvObj  //Address of output variable that receives interface 
                   // pointer requested in riid
    );