FixtureInvokeFunctor - NtDoc

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

struct FixtureInvokeFunctor {
  void                   FixtureInvokeFunctor(
    T &           instance,
    FixtureMethod pFixtureMethod
  );
  bool                   operator()();
  void                   FixtureInvokeFunctor(
    const FixtureInvokeFunctor & unnamedParam1
  );
  FixtureInvokeFunctor & operator=(
    const FixtureInvokeFunctor & unnamedParam1
  );
  FixtureMethod          m_pFixtureMethod;
  T &                    m_instance;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The FixtureInvokeFunctor structure is used with the wextestclass header.

Members

m_pFixtureMethod

m_instance

Remarks

See also