Re: depend and launch in init registry

From: bsqr_TSAT (TSatagaj)
Date: 10/28/04


Date: Thu, 28 Oct 2004 09:39:28 -0700

As a follow on to solving your specific problem, you can create and set a
named event in your video driver.
You can create/open the same named event in your application, but make your
application WaitForSingleObject() until your video driver sets the event.

BSQR_TSAT

"Kursad" <Kursad@discussions.microsoft.com> wrote in message
news:47E7B5C2-EE30-408F-AA18-79CD276BF5E6@microsoft.com...
> Hi,
> Can anyone explain the semantics of "dependXX" and "launchXX" in the
> registry key HKEY_LOCAL_MACHINE/init? Specifically:
> 1. LaunchXX tells the order to launch these applications, is that correct?
> 2. DependXX says "If the dependent application doesn't exist, don't launch
> this one either". Is that correct?
>
> Basically, the problem I'm trying to solve is this: The video driver has a
> problem with resetting. As a workaround, I need to launch an application
> during startup that will reset the video. However, this application has to
> run after the video driver finishes its initialization. The windows screen
> comes up after the initialization is complete, so I made my video reset
> application to run after (and it is dependent on) explorer.exe. Is there a
> better way to do this? Is there a way to find out if the video driver has
> completed its initialization?
> Thanks a lot!



Relevant Pages

  • Re: depend and launch in init registry
    ... Did you even look in the Platform Builder help? ... LaunchXX tells the order to launch these applications, ... > run after the video driver finishes its initialization. ...
    (microsoft.public.windowsce.platbuilder)
  • depend and launch in init registry
    ... LaunchXX tells the order to launch these applications, ... DependXX says "If the dependent application doesn't exist, ... run after the video driver finishes its initialization. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: depend and launch in init registry
    ... > Both of your assumptions about the key meanings are wrong, ... >> run after the video driver finishes its initialization. ... >> comes up after the initialization is complete, so I made my video reset ...
    (microsoft.public.windowsce.platbuilder)