Source code of Windows XP (NT5)
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.

27 lines
566 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1998
  6. //
  7. // File: rasuser.idl
  8. //
  9. //--------------------------------------------------------------------------
  10. // Rasdial.idl : IDL source for Rasdial.dll
  11. //
  12. // This file will be processed by the MIDL tool to
  13. // produce the type library (Rasdial.tlb) and marshalling code.
  14. import "oaidl.idl";
  15. import "ocidl.idl";
  16. // some dummy stuff
  17. typedef enum DUMMY__DUMMY
  18. {
  19. enum0,
  20. enum1,
  21. } __enum_type;