Tagged Questions
5
votes
3answers
5k views
Switching VS2010 to use Windows 7.1 SDK
I've used VS2008 on my development machine for some years now, with windows SDK v7.1.
I've installed VS2010, and it's using the Windows SDK v7.0a, but I need it to use the Windows 7.1 SDK (which I ...
4
votes
3answers
4k views
How do I add a manifest to an executable using mt.exe?
I'm trying to use mt.exe from the Windows SDK to add a manifest to an executable file that doesn't have one, using the following command line:
C:\winsdk61>mt.exe -nologo -manifest ...
3
votes
1answer
955 views
Building a custom credential provider for Windows 7
After looking through the code for building custom credential providers for Windows 7, I managed to get my own tile to show up on the logon screen, and can logon as the desired user. However, I am ...
3
votes
1answer
299 views
What happened to WINVER and _WIN32_WINNT guards in windows.h?
In Using the Windows Headers, Microsoft claim that _WIN32_WINNT and NTDDI_VERSION can be used to prevent defining API functions for newer versions of Windows. However, this does not seem to be ...
2
votes
4answers
83 views
Understanding a #define directive
Looking at the Windows SDK, I found this #define directive for MAKEINTRESOURCEW:
#define MAKEINTRESOURCEW(i) ((LPWSTR)((ULONG_PTR)((WORD)(i))))
Can someone explain to me what the heck that means? ...
2
votes
3answers
302 views
What is inside Windows SDK?
For developing programs for windows, we need windows SDK. I understand that this SDK is what helps to create windows and handle window events and all that. I suppose it also enables us to manipulate ...
2
votes
1answer
639 views
Why is my Platform environment variable defined as 'BNB'?
Something, maybe the windows sdk or visual studio installer, has defined the Platform environment variable and given it the value BNB.
What does BNB mean, and why is Platform set to BNB?
Thanks.
...
2
votes
2answers
188 views
Send a break byte with windows com-port
Here is a copy of the datasheet from a microcontroller:
Break characters are a full character
time of logic 0 (including a 0 where
the stop bit would be normally).
This is what I want to ...
1
vote
1answer
161 views
Get command line string of 64-bit process from 32-bit process
The code below works for me well to get command line string of 32-bit process from a 32-bit app, 64-bit process from a 64-bit app and 32-bit process from 64-bit app. This will break if I try to use ...
1
vote
2answers
124 views
get handle in thread function
whole code download: http://tunps.com/tmp/UsbAutoCopy.zip
here is the WinMain :
int APIENTRY WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int ...
1
vote
1answer
220 views
Permcalc.exe for .NET 4.0
Im trying to find the permcalc.exe tool described here: http://msdn.microsoft.com/en-us/library/ms165077(v=VS.90).aspx
But i cant find an actual download link. If i open the Windows SDK command ...
1
vote
2answers
145 views
How do I detect when the sound has finished playing when using PlaySound in Win32 SDK?
I am using the PlaySound function from the Win32 SDK to play a wave sound file. Currently, I have the following line of code:
PlaySound(szFile,NULL,SND_FILENAME );
But now I want to know, how I can ...
1
vote
1answer
167 views
Adding the same filter multiple times to a DirectShow Graph
the problem I have is a bit difficult to explain without first explaining what I'm trying to do so I will start with that. I'm trying to grab samples from multiple video streams using the Sample ...
1
vote
0answers
331 views
Windows SDK - C# - Debugging process exiting with error code -1073741502
SHORT VERSION
How do you figure out which DLL is failing to load (and potentially why) when a process exits with error code -1073741502?
LONG VERSION
I'm trying to write a pretxnchangegroup hook ...
1
vote
2answers
492 views
Windows poll or select on Named pipe
Can I use select and poll on the Named pipe handle in windows? It will be great if an example can be given. (I am very new to windows programming)
In case one of process goes down and I am polling on ...
0
votes
1answer
80 views
credential provider 64 bit on windows 7 pro
I have build a my own credential. I Installed it on 64 bit systems with Windows 7 home and it's ok. I tried to install it on 3 different machines with windows 7 64 pro and my provider is not shown.
I ...
0
votes
3answers
94 views
Include header that may or may not exist on Windows
So, I am trying to deal with small differences in the various versions of the Windows SDK but am having trouble determining during compilation precisely what version of the Windows SDK I am building ...
0
votes
1answer
81 views
function pointers and dll load order
I am using function pointers and LoadLibrary. Following is the my code. When I added EvtExportLog after _EvtSubscribe call, it started corrupting _EvtSubscribe values, If i added it before as done in ...
0
votes
0answers
54 views
VC++ won't build 64-bit samples from windows SDK samples
I might soon start a project to write a Windows credential provider (plugin for the Login UI in Vista and win7). So I built the sample projects in the Windows SDK. All fine, except it defaults to a ...
0
votes
2answers
118 views
How can I use a resource file (*.rc) to style a dialog-based application
How can I use a resource file (*.rc) to style a dialog-based application?
I can use CreateWindow or CreateWindowEx to create the main window of an application. And some of the arguments of ...
0
votes
2answers
425 views
Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO) is backward compatible?
On windows 7 if i install Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO) is that enough to work with vs 2008 or should i install also 3.5 sdk ?
0
votes
1answer
143 views
Is there a way to create my own index with Windows Search?
I have an application which store files (mostly Office documents) in various distant locations. I want my users to be able to search for these files based on some criteria on its own machine. I though ...
0
votes
1answer
168 views
How To Programmatically Cause the Creation of a User's Profile
How To Programmatically Create a User's Profile from the NetworkServices account at
WinServer 2008 r2.
THX, Alex
0
votes
1answer
78 views
WINSDK: Determining whether an arbitrary pid identifies a running process on Windows
Attempting to implement a poor man's test of whether a process is still running or not (essentially an equivalent of the trivial kill(pid, 0).)
Hoped to be able to simply call OpenProcess with some ...
0
votes
1answer
301 views
Flags returned by OSVERSIONINFOEX.wSuiteMask
Does anybody know what the following constants (defined in WinNT.h) mean?
#define VER_SUITE_COMMUNICATIONS 0x00000008
#define VER_SUITE_EMBEDDED_RESTRICTED 0x00000800
#define ...
0
votes
1answer
355 views
Programmatically select files using C#
When the user selects file(s) or/ and folder(s) , I want to know the names of the selected file(s) or/and folder(s) programmatically.
I think that if I send the message lvm_selected to the explorer ...
0
votes
1answer
636 views
Windows Server 2003 platform SDK
I am using Windows Server 2003 x64 Enterprise with SP2 and I want to install platform SDK.
But all I find is from here, and it is called Windows® Server 2003 SP1 Platform SDK. I am confused about ...
0
votes
1answer
335 views
Windows Media Services 2008 Programming
I'm looking in to Windows Media Services 2008 development. I've been able to set it up and create a publish point using Server Manager in Win 2008. But what I really want to do is to do this ...
0
votes
1answer
125 views
Windows 7 SDK RC & Beta version
I've download Windows 7 SDK which was downloaded at the time of the beta release. Now I upgraded to RC and trying with some Direct2D samples. But I can't create the factory pointer using ...