SecurityCenter XP2 and CreateFile
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everbody, i have a very very idiocratical problem! currently i try to change my application so it then supports the SecurityCenter located in XP Service Pack 2. The communication to the SecurityCenter works without any problems, but only in the debug version. I need to use the funcion CreateFile to enumerate some stuff. And as mentioned this works only in the debug version. In the release version the CreateFile function namly works but the communication to the SecurityCenter is missing. If i ignore (cancel out) the CreateFile function the SecurityCenter recognizes my application again, even in the release version! Has anyone an idea of what i'm doing wrong ? Thanks in advance!