wbemdisp: Use wbemdisp.idl to register SWbemLocator.
This commit is contained in:
parent
782cee32ca
commit
686de978c0
|
@ -18,14 +18,6 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
[
|
||||
threading(apartment),
|
||||
uuid(76a64158-cb41-11d1-8b02-00600806d9b6),
|
||||
progid("WbemScripting.SWbemLocator.1"),
|
||||
vi_progid("WbemScripting.SWbemLocator")
|
||||
]
|
||||
coclass SWbemLocator { interface ISWbemLocator; }
|
||||
|
||||
[
|
||||
threading(apartment),
|
||||
uuid(172bddf8-ceea-11d1-8b05-00600806d9b6),
|
||||
|
|
|
@ -18,6 +18,12 @@
|
|||
|
||||
import "dispex.idl";
|
||||
|
||||
#ifndef __WIDL__
|
||||
#define threading(model)
|
||||
#define progid(str)
|
||||
#define vi_progid(str)
|
||||
#endif
|
||||
|
||||
[
|
||||
uuid(565783c6-cb41-11d1-8b02-00600806d9b6),
|
||||
helpstring("Microsoft WMI Scripting V1.2 Library"),
|
||||
|
@ -1102,7 +1108,10 @@ interface ISWbemServices : IDispatch
|
|||
};
|
||||
|
||||
[
|
||||
uuid(76a64158-cb41-11d1-8b02-00600806d9b6)
|
||||
threading(apartment),
|
||||
uuid(76a64158-cb41-11d1-8b02-00600806d9b6),
|
||||
progid("WbemScripting.SWbemLocator.1"),
|
||||
vi_progid("WbemScripting.SWbemLocator")
|
||||
]
|
||||
coclass SWbemLocator
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue