First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
Size of EnumDeviceDrivers's lpImageBase Parameter,...
Hi, just to make sure: What exactly is the size of a single element in the lpImageBase array that is returned by the EnumDeviceDrivers? Is it a DWORD? I guess so. I have to kno this because of translating the function to a .NET PInvoke call,... Regards Kerem -- ----------------------- Beste Gr�sse / ... 13 Aug 2008 13:50
Questions about MmGetPhysicalAddress
I saw this piece kernel code, possibly from wrk project. My question is if (MI_IS_PHYSICAL_ADDRESS(BaseAddress)) { PhysicalAddress.QuadPart = MI_CONVERT_PHYSICAL_TO_PFN (BaseAddress); } ------------------------------------------------------------------------------------------ if (MI_PD... 1 Aug 2008 03:47
ntoskrnl.exe!ExpInterlockedFlushSList stuck on VistaX64SP1
I have a program that takes longer than 10 minutes to suspend a thread. I trace it with sysinternals process explorer and see the thread stuck (100% CPU) inside ntoskrnl.exe!ExpInterlockedFlushSList + 0x126f. Any insights about this function? Thanks! ... 19 Jul 2008 04:48
ObWatchHandles
Hey all I've been digging into Windows internals a bit more lately and I've come across the following section of code a few times. push 0Ch push offset nt!ObWatchHandles+0x684 call nt!_SEH_prolog The first value pushed changes sometimes and seems to define the amount of stackspace reserved by _SEH... 19 Jul 2008 00:43
WTSGetActiveConsoleSessionId() on W2K
Hi, I need to get the active console session ID for the current computer. I use WTSGetActiveConsoleSessionId() without any issue on XP and higher, but the function isn't available under Windows 2000. Is there any other API - or sequence of API calls - I can use under this OS as a replacement ? TIA, A.R. ... 18 Jul 2008 12:22
writefile(..) ERROR number =5 = Access is Denied, when writing to USB sector 0
Hi I am trying to copy to the usb , raw data, with function writefile(..), and i get the error number 5 =Access is denied, I am working with vista SP1, and i guess it got to be connected to my priviliges. I have tried to run the *.exe file with "run as administrator" option and it doesn't help. Also tried to en... 30 Jun 2008 15:49
Is there any way to move hiberfil.sys to another partition,..
Hi, i have a old laptop i like to work with. The Disk Drive is not that fast, so i moved my pagefile.sys over to a usb stick and the complete system became significat faster. So my question is not abozt making the system faster by moving hiberfil.sys to some other place, because in fact it wont make anything fa... 12 Jul 2008 03:22
MiniDumpWriteDump fails with error 0x8007012B (Only part of a ReadProcessMemory or WriteProcessMemory request was completed.)
Hi, I call MiniDumpWriteDump in an exception filter, in a crashed process (but in another thread, not it the thread that crashed). Sometimes it fails, creating corrupt dumps (not empty, but unrecognizable by VC++ and windbg) and when this happens GetLastError() returns 0x8007012B (Only part of a ReadProcessMemor... 7 Jul 2008 10:26
Time since wakeup?
I'm pretty sure I recently read about an API that would let me know how long it has been since a laptop woke up (i.e., how long it had been running after being in sleep or hibernate (or OFF) mode) but I can't remember it or find anything about it. Anyone? Thanks. ... 28 Jun 2008 02:29
Vista Magnification API: MagSetImageScalingCallback() doesn't work?
Hi, I am able to succesfully call MagSetImageScalingCallback() to set new MagImageScalingCallback function, however my callback function gets called only 2-3 times and it provides 4x4 pixel source data (with some garbage instead source pixels). My source rectangle is 256x256 pixels. Are there any sample h... 23 Jun 2008 20:58
First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41