home *** CD-ROM | disk | FTP | other *** search
- // MoDaYrX.idl : IDL source for MoDaYrX.dll
- //
-
- // This file will be processed by the MIDL tool to
- // produce the type library (MoDaYrX.tlb) and marshalling code.
-
- import "oaidl.idl";
- import "ocidl.idl";
-
- [
- object,
- uuid(7564C89B-80CB-11D0-98AB-00A0D100E3C8),
- dual,
- helpstring("Imdy Interface"),
- pointer_default(unique)
- ]
- interface Imdy : IDispatch
- {
- [id(1), helpstring("method MDYfromBSTR")] HRESULT MDYfromBSTR(BSTR bstrDate, short * pnM, short * pnD, short * pnY);
- [id(2), helpstring("method ValidateMDY")] HRESULT ValidateMDY(BSTR * pbstrMessage, short nM, short nD, short nY);
- };
- [
- uuid(7564C88E-80CB-11D0-98AB-00A0D100E3C8),
- version(1.0),
- helpstring("MoDaYrX 1.0 Type Library")
- ]
- library MODAYRXLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
-
- [
- uuid(049E9D8D-696D-11D0-98AB-00A0D100E3C8),
- helpstring("mdy Class")
- ]
- coclass mdy
- {
- [default] interface Imdy;
- };
- };
-