No announcements
Found 2565145 threads
-
0 Votes
What are Windows runtime API's equivalents of _chdir, _getcwd, and GetEnvironmentVariable
Because the C and C++ file API directly access the target files they can be used only for those directories.Answered | 7 Replies | 3375 Views | Created by Leonard - Saturday, August 25, 2012 1:36 PM | Last reply by Leonard - Monday, August 27, 2012 9:41 AM -
0 Votes
LNK2019 and LNK1120 errors using _chdir
" << endl << endl; exit(1); } } void validDir(char *tString) { if ( _chdir( tString ) == 0 ) { cout ...Answered | 6 Replies | 1170 Views | Created by aachally - Saturday, October 11, 2014 3:50 PM | Last reply by aachally - Saturday, October 11, 2014 9:44 PM -
0 Votes
GetEnvironmentVariable("TMP")
Hi rsharma, There are two overloads for the GetEnvironmentVariable Method.Answered | 10 Replies | 8636 Views | Created by rsharma - Tuesday, August 30, 2011 5:41 AM | Last reply by Leo Liu - MSFT - Thursday, September 1, 2011 6:45 AM -
0 Votes
CString's GetEnvironmentVariable doesn't work
On 10/17/2017 10:22 PM, jdyng77 wrote: I am developing an application with a line using CString's GetEnvironmentVariable function. It seems that ...Answered | 4 Replies | 1359 Views | Created by jdyng77 - Wednesday, October 18, 2017 2:22 AM | Last reply by jdyng77 - Wednesday, October 18, 2017 6:32 PM -
1 Votes
[U8.1][W8.1] [C#] Equivalent Win Run Time API's for IMbn API's
Look at the Windows.Networking.NetworkOperators namespace.Answered | 1 Replies | 658 Views | Created by lyf4sci - Monday, January 18, 2016 4:13 AM | Last reply by Rob Caplan [MSFT] - Monday, January 18, 2016 6:10 AM -
0 Votes
What is the equivalent function in Windows CE to windows WSARecvMsg?
>I need to implement the same in Windows CE.Answered | 2 Replies | 845 Views | Created by rmgs123 - Wednesday, August 17, 2016 11:36 AM | Last reply by Baron Bi - Thursday, August 18, 2016 8:14 AM -
2 Votes
Are All Windows Runtime Classes and their APIs multithread-safe?
The same API are available to Windows Store apps on Windows 8 and on Windows RT.Answered | 4 Replies | 2927 Views | Created by truckwu - Friday, February 22, 2013 7:46 AM | Last reply by Rob Caplan [MSFT] - Tuesday, February 26, 2013 4:25 AM -
3 Votes
What is the equivalent of System.IO.Path class
Even if you workaround this and use a regular .NET DLL to achieve what you want, your app will fail app-store validation.Answered | 5 Replies | 3510 Views | Created by kinhluan - Monday, September 19, 2011 12:53 AM | Last reply by David M. Kean - Monday, September 19, 2011 9:28 PM -
1 Votes
What is the equivalent of Task.waitwithpumping for windows forms?
is there any equivalent of task.waitwithpumping for Windows Forms ?Answered | 1 Replies | 3826 Views | Created by Abhik Mitra - Monday, October 29, 2012 7:18 PM | Last reply by Grass-Green Parakeet - Wednesday, November 7, 2012 9:48 AM -
0 Votes
Windows RT APIs for Cryptography
Look at Windows Runtime classes in the Windows.Security.Cryptography namespaces.Answered | 3 Replies | 1874 Views | Created by Ahmad B - Wednesday, September 25, 2013 1:03 PM | Last reply by Rob Caplan [MSFT] - Wednesday, September 25, 2013 7:43 PM -
0 Votes
Brent Rector's Windows Runtime API Design document
At #Build Brent Rector talked about a 100 pages Windows Runtime API Design document that would be published, Can anyone point me to this document?Answered | 2 Replies | 1927 Views | Created by thedevelopertt - Thursday, July 26, 2012 7:45 AM | Last reply by Matt Small - Thursday, August 2, 2012 8:27 PM -
0 Votes
Equivalent of NonEmptyArrayOfPropertyValuesType in EWS Managed API
What the equivalent of using NonEmptyArrayOfPropertyValuesType when setting Multivalued Mapi properties with the EWS Managed API if i used StringList (or StringArray) which ...Answered | 2 Replies | 4853 Views | Created by Glen Scales - Tuesday, June 2, 2009 3:35 AM | Last reply by Glen Scales - Wednesday, June 3, 2009 10:48 PM -
1 Votes
is there clipboard api windows phone 8.1
The Clipboard API is available for Silverlight apps.Answered | 1 Replies | 771 Views | Created by estmob - Friday, November 21, 2014 1:37 AM | Last reply by Rob Caplan [MSFT] - Friday, November 21, 2014 3:17 AM -
0 Votes
what is the equivalent of httpstreamcontent for wp8.0
The closest thing in Windows Phone 8 are the async stream calls, BeginGetRequestStream/EndGetRequestStream and BeginGetResponseStream/EndGetResponseStream...Answered | 1 Replies | 888 Views | Created by SeDevWP - Friday, March 20, 2015 3:11 PM | Last reply by Eric Fleck - Friday, March 20, 2015 9:03 PM -
1 Votes
What library is javascript eval C# equivalent?
For C# equivalent of javascript's eval, you may also want to read this blog: An Eval Function for C# using JScript.NET (JavaScript) Eric Yang ...Answered | 3 Replies | 6968 Views | Created by JJTD - Monday, December 20, 2010 9:56 PM | Last reply by eryang - Tuesday, December 21, 2010 3:00 AM -
1 Votes
What is equivalent of stackalloc in VB.Net
I was trying to convert c# code to VB.Net and I could not find any equivalent of stackalloc in VB.Net.Answered | 6 Replies | 1529 Views | Created by Manoj.CM - Thursday, August 4, 2016 11:58 AM | Last reply by Manoj.CM - Friday, August 5, 2016 8:47 AM -
2 Votes
Benefits of Windows Runtime over Silverlight in WP8.1
WINDOWS PHONE 8.1 RUNTIME IS TOO RAW AND NOT READY FOR EFFECTIVE USAGE.Answered | 6 Replies | 1925 Views | Created by Cato L - Friday, April 11, 2014 9:52 AM | Last reply by Alex K M - Wednesday, July 9, 2014 1:49 PM -
6 Votes
Whats the equivalent of __LINE__ and __FILE__ in C#
I sure wish I could use __line__, but if you've got something equivalent/better, i'm all ears.Answered | 14 Replies | 19140 Views | Created by SDX2000 - Friday, February 23, 2007 11:47 AM | Last reply by StevePoling0 - Wednesday, June 2, 2010 2:39 PM -
1 Votes
What is win32 equivalent of AfxGetResourceHandle()
To port this code to Win32, what will be the equivalent function(s)?Answered | 2 Replies | 1477 Views | Created by Sam9584 - Tuesday, March 8, 2016 9:25 AM | Last reply by Pavel A - Tuesday, March 8, 2016 12:03 PM -
0 Votes
Concurrency Runtime and Thread Pool API on Embedded systems
Hello, Do you mean CE (also called Windows Embedded Compact 7) or Windows Embedded Standard 7 (also ...Answered | 1 Replies | 4680 Views | Created by franmon - Thursday, February 9, 2012 9:38 PM | Last reply by Rahul V. Patil - Saturday, March 17, 2012 12:52 AM - Items 1 to 20 of 2565145 Next ›
No announcements