Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7055899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:48:13+00:00 2026-05-28T03:48:13+00:00

We recently added Windows Filtering Platform capabilities to our driver. We managed to get

  • 0

We recently added Windows Filtering Platform capabilities to our driver.

We managed to get the information we required from the wfp with no problem, but the problem is during the boot process – eversince we added the wfp capabilities, machines using the driver cannot boot – they get a deadlock (the computer’s “stuck” in the splash screen).

We figured its probably because our driver is dependent only on FltMgr and is probably loaded before the wfp framework is loaded (TcpStack?).

My question is – is there a way to ask the Service Manager or any other authority whether or not the wfp framework is loaded? or even further – what is the drivers wfp is dependent on? (so I could check if they are loaded before starting using it)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:48:14+00:00Added an answer on May 28, 2026 at 3:48 am

    Here is what I do in DriverEntry.

    //
    // Wait for the WFP engine to be ready.
    //
    
    FWPM_SERVICE_STATE  bfeState;
    
    bfeState = FwpmBfeStateGet0();
    if (bfeState != FWPM_SERVICE_RUNNING) 
    {
        WaitTime.QuadPart = (-5000000);   // wait 500000us (500ms) relative
        do {
            KeDelayExecutionThread (KernelMode, FALSE, &WaitTime);
            bfeState = FwpmBfeStateGet0();
            WaitCycles--;
        } while (bfeState != FWPM_SERVICE_RUNNING && WaitCycles > 0);
    }
    
    if (bfeState != FWPM_SERVICE_RUNNING)
    {
        // log and error handling
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have recently added AppFabric as a caching option in our project (Windows server
I recently added JQuery's date-picker control to a project. In Internet Exploder, I get
We recently added a feature to our software that requires .NET 2.0 SP2. This
As part of getting our application ready for Windows7, we recently added a manifest
We recently upgraded from IIS 5.0 and windows 2000 to IIS 7 and windows
I recently faced a very strange problem. Compilation of our products includes signing the
I recently installed a Windows Server 2008 R2. I added the role Hyper-V. I
I recently set up a symbol server and added SrcSrv support to our build
Recently we added the new WCF Routing Service to our project. While debugging a
I have recently added the reCaptcha library for CodeIgniter (by copying files from the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.