windows-nt/Source/XPSP1/NT/net/layer2svc/zeroconf/idl/import.idl

18 lines
279 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
[
uuid(b0de3bdb-b0d7-42c5-8d0b-bc7f4a005825),
#ifdef __midl
ms_union,
#endif // __midl
version(0.0)
]
interface imports
{
#define MIDL_PASS
#include "import.h"
// All .idl files need to contain at least one function prototype
DWORD
Dummy([in] DWORD dwDummyParm);
}