Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7512389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:51:13+00:00 2026-05-29T23:51:13+00:00

What is the API used to know whether the volume is mute or not

  • 0

What is the API used to know whether the volume is mute or not in Pocket PC 2003 environment using c++?

To set volume, I have used the following API:-

waveOutSetVolume(0,volume[volumeStatus.volume]); 

And to get volume, I have used the following API:-

waveOutGetVolume(0, (LPDWORD)&volume);

Please let me know what is the API for setting and getting Mute status?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T23:51:15+00:00Added an answer on May 29, 2026 at 11:51 pm

    I got the solution for the above:

    Method to Get Mute status:

        void vGetMuteStatus(){
        LONG lReturn; 
            HKEY hkey; 
            DWORD dwLen, dwMode;     
            lReturn = RegOpenKeyEx(HKEY_CURRENT_USER,
                        L"ControlPanel\\Notifications\\ShellOverrides",
                        0,KEY_QUERY_VALUE|KEY_READ,&hkey);    
            if (lReturn == ERROR_SUCCESS)    {       
                dwLen = sizeof(DWORD);       
                lReturn = RegQueryValueEx(hkey,L"Mode", NULL, NULL,
                                   (LPBYTE)&dwMode, &dwLen);       
                RegCloseKey(hkey);    
            } 
            if(dwMode == 2)
                MSGBOX(NULL,L"Volume",L"Volume is Mute",MB_OK);
            else
                MSGBOX(NULL,L"Volume",L"Volume is not Mute",MB_OK);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using iPhone 2.0 SDK. I used the API UIImageWriteToSavedPhotosAlbum to save an
Disclaimer: I have no Twitter API experience nor have I used Twitter until today
I have created an API that is used on several sites. The client sites
I'm curious to know whether a Lambda (when used as delegate) will create a
I wanted know what are the API used to get the contact numbers from
Does anyone know the Win32 API used to get active directory(kerberos) tickets? Based on
I have an api which uses OAuth 1.0a to authenticate applications using it. It's
I have used Facebook API to make posts to my wall on Facebook with
I have to use a Java API for a project, but since I'm not
Other folks have asked about using SQL and NoSQL together, and subsequently whether there's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.