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.

23 lines
577 B

  1. import "unknwn.idl";
  2. [object, uuid( 2112DF3C-6A1C-43c3-91C6-1CDDC0298083 )]
  3. interface IReceiveTest : IUnknown
  4. {
  5. HRESULT RunTest( [in] LPCWSTR wszTarget,
  6. [in] DWORD dwFlags,
  7. [in,unique] LPCWSTR wszPrincipal,
  8. [in] ULONG cMsgs,
  9. [out] ULONG* pulTime );
  10. HRESULT Kill();
  11. };
  12. [uuid(1234BB2E-EAE8-40e9-A1D8-3A4CD7CDB648)]
  13. library ReceiveTest
  14. {
  15. [uuid(89AC5CB8-3538-4c4f-8724-0BB769368F91)]
  16. coclass ReceiveTest
  17. {
  18. interface IReceiveTest;
  19. };
  20. };