dllDefFile

Returns a structure descripting a Windows .def file. This allows the tests to not care about the specific formatting used when writing the information out. This encapsulates all the functions to be exported by the DLL/XLL.

dllDefFile
(
Modules...
)
(
string libName
,,
Flag!"onlyExports" onlyExports = No.onlyExports
)
if (
allSatisfy!(isSomeString, typeof(Modules))
)

Meta