TestInvokeFunctor - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wextestclass.h

struct TestInvokeFunctor {
  void                TestInvokeFunctor(
    T &        instance,
    TestMethod pTestMethod
  );
  bool                operator()();
  void                TestInvokeFunctor(
    const TestInvokeFunctor & unnamedParam1
  );
  TestInvokeFunctor & operator=(
    const TestInvokeFunctor & unnamedParam1
  );
  TestMethod          m_pTestMethod;
  T &                 m_instance;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wextestclass-testinvokefunctor)

Description

The TestInvokeFunctor structure is used with the wextestclass header.

Members

m_pTestMethod

m_instance

Remarks

See also