First  |  Prev |  Next  |  Last
Pages: 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
Want WDK for Vista(Beta 2)!!!
Hello all, Can anybody tell me where i can get the WDK for windows Vista(Beta 2). Which MSDN subscription had WDK. Please let me know. Thanks , Darshan ... 7 Aug 2006 04:28
IRP_MJ_SCSI
Hi All, I need to write a bus driver for a customer storage controller chip. I cannot use the SCSIPORT model as the enumeration of the devices is very specific and I feel writing a bus driver will provide me the most flexibility to do this. I am trying to decide between using the WDM and KMDF framework for writi... 31 Jul 2006 12:59
_resetstkoflw() error
I am get an error "The procedure entry point _resetstkoflw could not be locatedin the dynamic lik library msvcrt.dll". while executing my application. How to resolve this error? ... 2 Aug 2006 01:19
_resetstkoflw() error
I am get an error "The procedure entry point _resetstkoflw could not be locatedin the dynamic lik library msvcrt.dll". while executing my application. How to resolve this error? ... 31 Jul 2006 01:50
Serial Port Confusion
I'm new to Serial communication, what I'm confused about is since data is being transmitted serially, should there be a clock signal as well for synchroisation. The output is a voltage for 0 or 1, how will the receiving device interpret this information without a clock? Can anyone guide me to some simple intr... 31 Jul 2006 01:19
Setupapi
Hi all. Is it possible to call a SetupAPI function from within the SERVICE_TABLE_ENTRY::lpServiceProc routine of a service? In particular if the service is an autostart one (SERVICE_AUTO_START). I suspect that the answer is "no", as the SetupAPI (when installing an INF) calls the SCM to register the driver, ... 30 Jul 2006 12:38
ACPI intercepting power button (and lid switch) questions (XP)
Hi, I want to intercept ACPI power button (and perhaps also the lid switch on a notebook) in order to gain more control on what to do depending on application status. Unfortunately the WM_QUERYENDSESSION method is not sufficient to me because a couple of applications (e.g visual studio) terminate themselves e... 29 Jul 2006 00:53
Windows CE USB development
First let me explain about the project a bit. There is a Hardware that contains a Real Time OS that suports USB (host). My job is to develop a program do get the data from (via USB) the hardware and plot a math graph of it in the PDA Pocket PC . For now, I decided to use C# . The visual Studial has a nice GUI... 27 Jul 2006 08:27
_EPROCESS::ProcessExiting and PsGetProcessExitProcessCalled().
As posted before, I’ve been having some problems with preparing to go into another process just as it is shutting down. I finally managed to avoid this simply by using: if ( pParms->peProc->ProcessExiting ) { return NtStatus; } So if the process is closing, I just return. However, the _EPROCESS structure chan... 26 Jul 2006 19:16
PacketStackSize
Hi All, In WinXP there is a registry key which can be used to control the NDIS packet stack size. HKLM\SYSTEM\CCS\ Services\NDIS\Parameters\PacketStackSize DWORD:<number of stack locations> This does not seem to have any effect in Vista. Is there a different key for Vista. How can we control the NDIS packet s... 24 Jul 2006 19:25
First  |  Prev |  Next  |  Last
Pages: 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613