|
KPP API Problem KPP API works fine, ObRegisteCallbacks returns STATUS_SUCCESS and I get process callbacks. Nice but ... a log from my driver sdKPP_ObjectPreCallback: AccessingTo PID 4012, requested access 0x00001400, changing access to 0x00000000 sdKPP_ObjectPostCallback: AccessTo PID 4012, status 0x00000000, access g... 18 Apr 2008 06:48
Atomic Port I/O I need to write to a Super I/O chip using port I/O, such as, outb(0x07, 0x2E); // Select Super I/O Logical Device Number register outb(0x09, 0x2F); // Select Super I/O Logical Device 9 register set outb(0x30, 0x2E); // Select Super I/O Logical Device 9 Enable register outb(0x01, 0x2F); // E... 23 Apr 2008 17:20
WaitForMultipleObjects Not sure if this is the correct group for this question, but it seemed relevant... While using WaitForMultipleObjects and multiple synchronization objects trigger the release, how do you determine which of the objects were the cause if more than object caused the trigger? ... 18 Apr 2008 11:50
MsgWaitFor...()-compatible condvar implementation that can be shared across processes I have a stumper... I need to implement a condition variable in win32 on Win2K and WinXP that is compatible with MsgWaitForMultipleObjects so that I can use it w/ COM STA apartments that require message loops to be serviced (and also with COM MTA apartments... otherwise I would just use a window broadcast message).... 17 Apr 2008 13:21
Restarting Windows 2003 Server Does anybody knows which are the absolutely latest steps at shutdown of Windows 2003 server before reseting on a reboot? I got a sporadic hangup at shutdown phase. All processes are terminated and also kernel debugger has disconnectd properly from target. What I already detected is, that ACPI call PTS (prepare t... 17 Apr 2008 02:48
Windows XP VSS Technology Features Can anyone suggest me whether is it possible to create persistent shadow copy in Windows XP. I am able to create non persistent shadow copy in XP and able to used this copy for my backup application. -- Software Engineer, Symmetric Technologies ... 17 Apr 2008 02:48
How to best protect against Spyware and Rookits I am trying to gather information on how to either info customers or even write a kernel driver/shield that will basically do one thing - stop rootkit and spyware automatic installations from USB flash drives, memory sticks, CD and DVDs. It becomes a big concern when a naive potential customer straight out a... 18 Apr 2008 09:26
StartThreadpoolIo Windows Vista / VS2005 - I'm trying to use ThreadpoolIo with WSASendTo. My understanding from doc that I should call StartThreadpoolIo before each WSASendTo. StartThreadpoolIo( m_pTee->m_pVideoIo ); WSASendTo( this->m_pTee->m_Socket , dataBuf , 2 , &dwBytesSent , dwFlags , ( SOCKADDR* ) &th... 16 Apr 2008 14:02
resource/overhead cost of event, shared memory, mutex Just curious-- is there any info out there on the resource/overhead cost of events (CreateEvent()), mutexes (CreateMutex()) and shared memory? (CreateFileMapping(INVALID_HANDLE_VALUE, ...)) I'm just looking for an order of magnitude of memory consumption / resource constraints (how many events/mutexes/file map... 17 Apr 2008 10:08
Forum Windows DDK en Fran�ais disponible Salut Sivaller, Vous cherchez un forum fran�ais sur le d�veloppement DDK Windows. Bougrement difficile,...because the "lingua franca" of the DDK is de-facto english. I highly recommend you to learn englisch! Sans blagues, c'est tr�s important! Meilleures salutations Kerem -- ----------------------... 16 Apr 2008 05:48 |