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.
73 lines
1.5 KiB
73 lines
1.5 KiB
// Mdsp.idl : IDL source for Mdsp.dll
|
|
//
|
|
|
|
// This file will be processed by the MIDL tool to
|
|
// produce the type library (Mdsp.tlb) and marshalling code.
|
|
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
|
|
#include "WMDM.idl"
|
|
#include "WMSP.idl"
|
|
#include "icomponentauthenticate.idl"
|
|
|
|
[
|
|
uuid(896E7419-3851-11D3-AA54-00C04FD22F6C),
|
|
version(1.0),
|
|
helpstring("MSPMSP 1.0 Type Library")
|
|
]
|
|
library MDSPLib
|
|
{
|
|
importlib("stdole32.tlb");
|
|
importlib("stdole2.tlb");
|
|
|
|
[
|
|
uuid(896E73F0-3851-11D3-AA54-00C04FD22F6C),
|
|
helpstring("MDServiceProvider Class")
|
|
]
|
|
coclass MDServiceProvider
|
|
{
|
|
[default] interface IMDServiceProvider;
|
|
};
|
|
[
|
|
uuid(896E742A-3851-11D3-AA54-00C04FD22F6C),
|
|
helpstring("MDSPEnumDevice Class")
|
|
]
|
|
coclass MDSPEnumDevice
|
|
{
|
|
[default] interface IMDSPEnumDevice;
|
|
};
|
|
[
|
|
uuid(896E742C-3851-11D3-AA54-00C04FD22F6C),
|
|
helpstring("MDSPDevice Class")
|
|
]
|
|
coclass MDSPDevice
|
|
{
|
|
[default] interface IMDSPDevice;
|
|
};
|
|
|
|
[
|
|
uuid(896E7430-3851-11D3-AA54-00C04FD22F6C),
|
|
helpstring("MDSPEnumStorage Class")
|
|
]
|
|
coclass MDSPEnumStorage
|
|
{
|
|
[default] interface IMDSPEnumStorage;
|
|
};
|
|
[
|
|
uuid(896E7432-3851-11D3-AA54-00C04FD22F6C),
|
|
helpstring("MDSPStorage Class")
|
|
]
|
|
coclass MDSPStorage
|
|
{
|
|
[default] interface IMDSPStorage;
|
|
};
|
|
[
|
|
uuid(896E7434-3851-11D3-AA54-00C04FD22F6C),
|
|
helpstring("MDSPStorageGlobals Class")
|
|
]
|
|
coclass MDSPStorageGlobals
|
|
{
|
|
[default] interface IMDSPStorageGlobals;
|
|
};
|
|
};
|