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.

9 lines
395 B

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