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

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