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.
|
|
/*
Copyright (c) 1998-1999 Microsoft Corporation
*/
// wavemsp.idl : IDL source for wavemsp.dll //
// This file will be processed by the MIDL tool to // produce the type library (wavemsp.tlb) and marshalling code.
// import "oaidl.idl"; // import "ocidl.idl";
import "msp.idl";
[ uuid(4DDB6D35-3BC1-11d2-86F2-006008B0E5D2), version(2.0), helpstring("Wave MSP 2.0 Type Library") ] library WAVEMSPLib { importlib("stdole2.tlb");
[ uuid(4DDB6D36-3BC1-11d2-86F2-006008B0E5D2), helpstring("Wave MSP Class") ] coclass WaveMSP { [default] interface ITMSPAddress; }; };
// eof
|