First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
"missing system32\hal.dll" file help
I'm hoping that someone can help me with this.... Hi folks... I'm praying somone can assist me as I've been waiting to hear back from Microsoft on this as it started (when I noticed - my daughter's computer) when trying to run updates from Microsoft. Her system is older, running XP Pro and there isn't much on ... 7 May 2008 15:53
Are there books or articles on Win32 subsystem internals
Best if on Win32 subsystem of Windows XP or Server 2003. ... 7 May 2008 12:36
Quadratic timing behaviour of long pathname access in NT 5.x?
Hi Jeffrey, Corinna Vinschen wrote: "Jeffrey Tan[MSFT]" wrote: Hi Corinna, Oh, sorry, I should check NtQueryFileAttributes before searching. Yes, I see that this is should be a generic problem to many file operations on NT5.x systems. However, since we have no official channel to repor... 7 May 2008 08:31
mapping physical Ram addresses (MmMapIoSpace)
thanks. i succeeded to do what i wanted i just created a LARGE_INTEGER variable , assigned the quadpart to the physical address i need. then called LARGE_INTEGER physicalAddress; physicalAddress.quadpart = MyAddress; baseAddress = MmMapIoSpace(physicalAddress, 512, 0); and then i coppied the data with me... 7 May 2008 12:36
Task Scheduler 1.0 crash in Vista SP1
When using the method ITask::EditWorkItem(..) we get a crash in Vista with SP1 after closing the dialog box that appears with the OK button, this appears to happen when running as administrator, which is obviously what you want to be doing! This worked fine with Windows XP and Windows Vista, but with Windows V... 7 May 2008 05:53
Difference between private bytes and Virtual bytes in Performance Monitor tool
Hi pals, I would like to limit my process from being loaded with data more than 1.5 GB. To do that, am considering Virtual bytes in PerfMon tool. Is it right way? But in Task manager, VM size is equivalent to the Private Bytes in PerfMon tool. Got confused by seeing this. Could you please tell me the differen... 7 May 2008 03:31
Application frequently gets hung after calling a COM method
Application frequently gets hung after calling a COM method. I have pasted the callstcak below. "MyServer" is an VC++ application and Logger::CLog is an Apartement threaded COM dll made using VB 6.0. "Logger::CLog::AppendLine" is called from atleast 17 similar threads almost simultanously. Support team reports ... 6 May 2008 23:28
How to mount a volume as a current user.
Hi, I wrote some piece of code using the API "SetVolumeMountPoint" wich allow me to mount a volume wich looks like \\?\Volume{GUID} (I create myself this volume from my own driver) in an NTFS folder. It works as far as my process run as an user from the "administrators" group, but when I try tu run it as a... 7 May 2008 07:28
How do I get a process crash dump on Vista?
Hi all, How do I do the equivalent of the "Dr. Watson" thing on Vista to get a log and crash dump when a program dies? TIA - Bob ... 6 May 2008 23:28
newbie-Procmon and getting JUST a DLL
David Lowndes wrote: I'm trying to use the filtering. I haven't figured out how. I saw where I could monitor an *.EXE, but not a DLL. The key point is that an EXE loads your DLL - so you need to find which process (EXE) has loaded your DLL. IIS, or more specifically the IIS ASP hosting process. ... 6 May 2008 22:25
First  |  Prev |  Next  |  Last
Pages: 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47