Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

34 lines
911 B

//*********************************************************************
//* Microsoft Windows **
//* Copyright(c) Microsoft Corp., 1996-1997 **
//*********************************************************************
[
control,
lcid(0x0000), // lcid =0; locale independent.
helpstring("Microsoft HTML Object Library"),
helpfile("mshtml.hlp"),
version(4.00), // WARNING: This version must match VERSION in dllreg.cxx.
uuid(3050f1c5-98b5-11cf-bb82-00aa00bdce0b)
]
library MSHTML
{
#include <mshtmdid.h>
#include <mshtmcid.h>
cpp_quote("#include <olectl.h>")
cpp_quote("EXTERN_C const GUID CMDSETID_Forms3;")
cpp_quote("#define SID_SHTMLWindow IID_IHTMLWindow2")
#ifndef _MAC
importlib("stdole2.tlb");
#else
importlib("mstdole.tlb");
#endif
import "ocidl.idl";
#include <olectl.h>