Initial commit of Command & Conquer Generals and Command & Conquer Generals Zero Hour source code.

This commit is contained in:
LFeenanEA
2025-02-27 17:34:39 +00:00
parent 2e338c00cb
commit 3d0ee53a05
6072 changed files with 2283311 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
// BrowserDispatch.idl : IDL source for BrowserDispatch.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (BrowserDispatch.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
uuid(C92D8250-A628-4CE5-823F-1A1F116EFCC9),
version(1.0),
helpstring("BrowserDispatch 1.0 Type Library")
]
library BROWSERDISPATCHLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
object,
uuid(BC834510-C5BC-4B90-8C9A-0E4B1998796F),
dual,
helpstring("IBrowserDispatch Interface"),
pointer_default(unique)
]
interface IBrowserDispatch : IUnknown
{
[id(1), helpstring("method TestMethod")] HRESULT TestMethod(Int num1);
};
};