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.

33 lines
744 B

  1. //
  2. // Microsoft Windows Media Technologies
  3. // Copyright (C) Microsoft Corporation, 1999 - 2001. All rights reserved.
  4. //
  5. //
  6. // WMDMOperationHelper.idl : IDL source
  7. //
  8. //
  9. // This file will be processed by the MIDL tool to
  10. // produce the type library (WMDMOperationHelper.tlb) and marshalling code.
  11. //
  12. import "oaidl.idl";
  13. import "ocidl.idl";
  14. [
  15. object,
  16. uuid(4A382551-1E84-40ae-B0B0-23FA221B4C6B),
  17. local,
  18. pointer_default(unique)
  19. ]
  20. interface IWMDMOperationHelper : IUnknown
  21. {
  22. // Sets the file to read from using the IWMDMOperation interface
  23. //
  24. HRESULT SetFileName([in] LPWSTR pszFileName);
  25. // Sets the CSecureChannelClient to be used for authentication
  26. //
  27. HRESULT SetSAC([in] void* pSACClient );
  28. };