CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Jun 2009
    Posts
    61

    How to get IStream address

    i have one audio file in c drive(c:/abc.wav)

    i want to copy that file into my cd drive using IDiscRecorder2 method. How i will get the address of this file. please help.

    m_hResult = m_discFormatData->Write(IStream *streamData);

    i want address of abc.wav in streamData
    Last edited by sijith01; March 16th, 2010 at 07:27 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured