Damo
Damo

Reputation: 2070

Control windows volume in Lock Down / alternative shell

I have take the example detailed Here to enable the control of the windows volume from within my WFP app. It works fine under normal conditions.

The app itself will be run while the device (a ruggedized tablet running Win 8.1 IND) is in lockdown mode. Essentially the windows explorer shell is not loaded and our applications become the 'shell', to prevent tinkering / breaking out of our app.

When running in lockdown mode, I cannot control the volume using the method detailed in the link above.

how can this be achieved?

Upvotes: 0

Views: 131

Answers (1)

Damo
Damo

Reputation: 2070

ok, found the answer. Need to use the Core Audio API.

https://blog.sverrirs.com/2016/02/windows-coreaudio-api-in-c.html

Upvotes: 1

Related Questions