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.

41 lines
1004 B

  1. // SetSystemLocal.idl : IDL source for SetSystemLocal.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (SetSystemLocal.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(3E1DCAA3-A5CF-4B3F-8827-A0F69B71A325),
  10. dual,
  11. helpstring("ISetSystemLocale Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface ISetSystemLocale : IDispatch
  15. {
  16. [id(1), helpstring("method SetLocale")] HRESULT SetLocale([in] BSTR LocalID);
  17. };
  18. [
  19. uuid(9334466C-D20D-44F4-92EA-838CA0E793C2),
  20. version(1.0),
  21. helpstring("SetSystemLocale 1.0 Type Library")
  22. ]
  23. library SETSYSTEMLOCALLib
  24. {
  25. importlib("stdole32.tlb");
  26. importlib("stdole2.tlb");
  27. [
  28. uuid(4B3FCEFD-AA61-4648-B570-9DE5E3627098),
  29. helpstring("SetSystemLocale Class")
  30. ]
  31. coclass SetSystemLocale
  32. {
  33. [default] interface ISetSystemLocale;
  34. };
  35. };