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

Thread: Mciwndm_open

  1. #1
    Join Date
    Mar 2013
    Posts
    13

    Mciwndm_open

    I Send MCIWNDM_OPEN.
    Then I receive MCWNDM_GETMODE.
    But I get MCI_MODE_NOT_READY instead of MCI_MODE_OPEN?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Mciwndm_open

    Quote Originally Posted by ROCKYCAT View Post
    I Send MCIWNDM_OPEN
    And what value is returned?
    Victor Nijegorodov

  3. #3
    Join Date
    Mar 2013
    Posts
    13

    Re: Mciwndm_open

    It seems that MCIWNDM_OPEN is ok because it returns 0.
    After MCIWND_OPEN I send MCIWNDM_GETDEVICEID.
    If I use deviceid for any MCI_ message I get a return of invalid ID.
    So right after MCIWNDM_OPEN I tried MCIWNDM_GETMODE.
    And GETMODE returns NOT_READY;

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Mciwndm_open

    You may want to post you actual code to let us not guess but be sure what you do...
    Victor Nijegorodov

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