Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
279 B

  1. [
  2. uuid(b0de3bdb-b0d7-42c5-8d0b-bc7f4a005825),
  3. #ifdef __midl
  4. ms_union,
  5. #endif // __midl
  6. version(0.0)
  7. ]
  8. interface imports
  9. {
  10. #define MIDL_PASS
  11. #include "import.h"
  12. // All .idl files need to contain at least one function prototype
  13. DWORD
  14. Dummy([in] DWORD dwDummyParm);
  15. }