10 lines
166 B
C
10 lines
166 B
C
#ifndef __RUNDFTEST_H__
|
|
#define __RUNDFTEST_H__
|
|
|
|
|
|
HRESULT RunDFTest(LPTESTCONFIGUIPARAMS params);
|
|
DIACTIONFORMATW *GetTestActionFormats();
|
|
|
|
|
|
#endif //__RUNDFTEST_H__
|