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.
21 lines
459 B
21 lines
459 B
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
// MMFUtil.idl : IDL source for MMFUtil.dll
|
|
//
|
|
|
|
// This file will be processed by the MIDL tool to
|
|
// produce the type library (MMFUtil.tlb) and marshalling code.
|
|
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
|
|
[
|
|
uuid(94F6FF32-37C3-11D2-8840-00104B2AFB46),
|
|
version(1.0),
|
|
helpstring("MMFUtil 1.0 Type Library")
|
|
]
|
|
library MMFUTILLib
|
|
{
|
|
importlib("stdole32.tlb");
|
|
importlib("stdole2.tlb");
|
|
|
|
};
|