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.
 
 
 
 
 
 

10 lines
395 B

//Copyright (C) 1996-2001 Microsoft Corporation
[ uuid(93f5ac6f-1a94-4bc5-8d1b-fd44fc255089), version(1.0) ]
interface IWmiMessageRemoteSendReceive
{
long SendReceive( [in,size_is(cData),unique] byte pData[],
[in] unsigned long cData,
[in,size_is(cAuxData),unique] byte pAuxData[],
[in] unsigned long cAuxData );
};