// 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 referenceNo description available.
The TestInvokeFunctor structure is used with the wextestclass header.
m_pTestMethodm_instance