First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
VirtualProtect solution
Thanx Bruce, it helped me to fix the exact same problem :) After many hours i could not figure out why WriteProcessMemory worked with one EXE but not with another one. so i just used : ----------------------- BOOL res = VirtualProtect(ppfn, pfnLen, PAGE_READWRITE, &oldprotect); if(res && oldprotect != NULL) {... 14 Jan 2010 13:33
VirtualProtect solution
Thanx Bruce, it helped me to fix the exact same problem :) After many hours i could not figure out why WriteProcessMemory worked with one EXE but not with another one. so i just used : ----------------------- BOOL res = VirtualProtect(ppfn, pfnLen, PAGE_READWRITE, &oldprotect); if(res && oldprotect != NULL) {... 14 Jan 2010 13:33
Order of Services Shutdown system shutdown.
Hi It is not really a kernel programming question, but it has kernel implications: I have a Win32 service that must perform WMI calls when the machine shutdowns and when the service stops. I call the same function in my OnStop and OnShutdown handlers. It works well if the service is stopped but if the m... 14 Jan 2010 05:46
VDD under "New Generation" Windows
Folks, Can anyone tell me what kind of issues we can expect from an VDD that we install under the new "Windows", I guess in regards to any security or installation elevation concerns? This VDD virtualizes COM1 to interface within our communications framework for our interactive hosting server. It allows for... 13 Jan 2010 02:12
ruas in the same console
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:%23GzDhAtkKHA.5820(a)TK2MSFTNGP06.phx.gbl" type="cite"> <blockquote... 2 Feb 2010 16:05
Is there an API call for filename wildcard parsing?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:8ffnk5p0r1gvd6mkvl4rvj9n6qrbtncoqt(a)4ax.com" type="cite"> <p wrap=... 12 Jan 2010 19:41
Determining number of physical drives
How can I determine the number of physical drives which exist under Windows ? ... 12 Jan 2010 08:07
IoCtl 0x564052?
Hello, This IOCTL appears to be one of IOCTL_VOLUME_BASE, however I don't see it documented anywhere for function 0x14 (20). What is it? TIA!! ... 10 Jan 2010 22:56
LoadLibrary ERROR_NOACCESS : 998
Our MFC dialog based Installer application shows error loading “newdev.dll” after Windows SP3 service pack is installed and also after update with IE8 and Security updates for windows. GetLastError() reveals error code 998 (ERROR_NOACCESS) As suggested in the thread from Microsoft http://support.microsoft.com... 8 Jan 2010 05:01
Pipes - Named or Anonymous
I have a process which provides some functions. I need to call these functions from a different process. Both processes will always be on the same box. All the code will be in C/C++. I am planning to use pipes with proxying & marshaling to do this. I am confused as to how to make a decision on whether to us... 8 Jan 2010 21:47
First  |  Prev |  Next  |  Last
Pages: 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31