No announcements
-
0 Votes
Access to user mode drivers from metro style apps
Since access to Win32 based services is no longer available from a metro style app, we are planning to port that functionality to an user ...Answered | 19 Replies | 7630 Views | Created by dzungductran - Wednesday, March 14, 2012 5:52 PM | Last reply by Eric Hanson-MSFT - Tuesday, September 25, 2012 6:24 PM -
4 Votes
Directly access driver from Metro style apps
in the UMD / KMD driver code. if there is any other sample for the developer to see the flow of instruction from the metro style app to ...Answered | 11 Replies | 7740 Views | Created by Angela Yan - Tuesday, November 29, 2011 8:36 AM | Last reply by Eric Hanson-MSFT - Friday, September 19, 2014 11:43 PM -
1 Votes
Metro Style App accessing virtual driver - how to define a virtual driver ?
Does Metro Style App accessing this driver?Answered | 3 Replies | 3587 Views | Created by Cary_Win8 - Tuesday, April 17, 2012 12:46 PM | Last reply by Dennis_12345678 - Friday, August 10, 2012 3:33 PM -
0 Votes
Why Metro Style apps stop functioning if you disable "Run all Admins in Admin-approval Mode" UAC rule?
sharing permissions from everyone to guest. Now I have improved system performance and better manageability BUT the only thing that's not working is ...Unanswered | 2 Replies | 3464 Views | Created by chipvlad - Thursday, February 16, 2012 9:10 AM | Last reply by chipvlad - Friday, February 17, 2012 1:24 AM -
0 Votes
Metro App accessing to minifilter driver
HI All, I have the following queries 1-How I can register and start minifilter driver via inf file in Metro Apps ...Answered | 1 Replies | 2627 Views | Created by Musharraf Hussain - Monday, September 17, 2012 6:59 AM | Last reply by Bob_Bao - Tuesday, September 18, 2012 2:33 AM -
1 Votes
Metro style apps registry access
Metro style apps cannot access the registry and shouldn't need to. They cannot interact with other apps and should store their settings information in ...Answered | 1 Replies | 3756 Views | Created by Marcello.Ghali - Monday, January 23, 2012 1:10 AM | Last reply by Rob Caplan [MSFT] - Monday, January 23, 2012 6:15 AM -
0 Votes
Accessing Windows services from Metro style apps
I came to know that Metro style apps cannot access the windows services and are not supposed to do so. Does that mean a metro style app ...Answered | 2 Replies | 2502 Views | Created by its_me_here - Friday, March 9, 2012 6:38 AM | Last reply by its_me_here - Monday, March 12, 2012 5:36 AM -
0 Votes
custom device access for metro style apps
I have created a simple device driver with visual studio 2010 and followed all steps as in OSRUSBFX2 driver. I am not able to access the driver ...Unanswered | 1 Replies | 1904 Views | Created by AMSingh - Wednesday, January 25, 2012 2:48 PM | Last reply by - Wednesday, January 25, 2012 10:58 PM -
0 Votes
How a driver to notify Metro style app
Hi MSFT, I have a Metro style app which could access my customized UMDF device driver through IOControl API, now I have the ...Answered | 3 Replies | 3033 Views | Created by Qiusheng Xie - Wednesday, August 15, 2012 2:05 AM | Last reply by Qiusheng Xie - Monday, August 20, 2012 1:18 AM -
4 Votes
Metro style device app for Software Driver
The metadata for chipset devices are bound to the PC and thus controlled by the OEM. Metro style Device Apps can access chipset devices only if ...Answered | 6 Replies | 3972 Views | Created by subsistence - Saturday, September 24, 2011 9:58 PM | Last reply by Eric Hanson-MSFT - Friday, March 9, 2012 3:24 AM -
1 Votes
Accessing Registry from Metro Style apps
Its me here, Accessing the registry from Metro style apps is not allowed. Best Wishes - EricAnswered | 4 Replies | 4284 Views | Created by its_me_here - Wednesday, March 14, 2012 3:42 AM | Last reply by Eric Hanson-MSFT - Wednesday, June 6, 2012 5:08 AM -
4 Votes
E_AccessDenied in Metro Style App when accessing driver with CreateDeviceAccessInstance
in these 3 article:Answered | 11 Replies | 5844 Views | Created by Cary_Win8 - Thursday, February 9, 2012 12:29 PM | Last reply by daydreamerKang - Wednesday, July 2, 2014 11:22 PM -
0 Votes
Metro style device app
I am aware that a metro style device app can send bidi qury to a device like printer and get details like ink level, status etc. This way a metro style ... -
0 Votes
How to access PowerView report from metro style app?
I am working on a metro style app, I want to access the PowerView report from my app. my question is ... -
0 Votes
How to debug driver MFT in Metro style app?
My camera driver MFT is a dll file which called by metro device app.Answered | 4 Replies | 5389 Views | Created by Hardi_Liang - Wednesday, February 15, 2012 1:18 AM | Last reply by HowlJenkins - Wednesday, September 12, 2012 6:33 AM -
0 Votes
Metro Style App Question
Metro Style Apps is now Windows Store Apps. Till releasing Windows 8 Release Preview (build 8400), MS says it Metro Style Apps ...Answered | 1 Replies | 1458 Views | Created by tarusoft - Monday, October 15, 2012 4:23 AM | Last reply by Mokarrom Hossain - Monday, October 15, 2012 7:10 AM -
0 Votes
How to get user SID in metro style app?
WebAuthenticationBroker, those cookies are thrown away unless I use SSO. For SSO, on the other hand, I need the user SID - which I can't get in Metro style ...Answered | 2 Replies | 3107 Views | Created by bjdqe - Sunday, April 22, 2012 9:10 AM | Last reply by Aredhel - Friday, March 29, 2013 6:31 AM -
1 Votes
Device Apps in Metro Style apps
Metro style apps aren't meant to install devices. Windows supports automatic installation of some UPnP devices as well as WSD printers, so that is the customer experience we ...Answered | 2 Replies | 2820 Views | Created by its_me_here - Tuesday, July 31, 2012 12:54 PM | Last reply by Justin Hutchings [MSFT] - Monday, August 6, 2012 6:29 PM -
1 Votes
metro style apps utility for mobile business users
caveats. These apps cannot rely on always being connected, the metro profile does not appear to allow direct access to a local database e.g. sql compact ...Answered | 1 Replies | 2406 Views | Created by fire.storm - Thursday, September 22, 2011 8:00 AM | Last reply by AndyCadley - Thursday, September 22, 2011 8:19 AM -
2 Votes
How does my metro style app communicate with the minifiter driver?
I want to communicate with minifiter driver in my metro style app. I can use FilterSendMessage API in my desktop app, but how can I do ...Answered | 3 Replies | 4082 Views | Created by Eric_Zhu - Tuesday, December 6, 2011 12:01 PM | Last reply by Eric Hanson-MSFT - Wednesday, December 7, 2011 9:47 PM - Items 1 to 20 of 2486562 Next ›
No announcements