home *** CD-ROM | disk | FTP | other *** search
- // lst33.idl : IDL source for lst33.dll
- //
-
- // This file will be processed by the MIDL tool to
- // produce the type library (lst33.tlb) and marshalling code.
-
- [
- object,
- uuid(E1DC1531-1250-11D0-A6AB-00AA00602553),
- helpstring("ILst33 Interface"),
- pointer_default(unique)
- ]
- interface ILst33 : IUnknown
- {
- import "oaidl.idl";
-
- HRESULT Lower([in,string] LPSTR inputString, [out, string] LPSTR *pOutputString);
- };
-
-
-
- [
- uuid(E1DC1530-1250-11D0-A6AB-00AA00602553),
- version(1.0),
- helpstring("lst33 1.0 Type Library")
- ]
- library LST33Lib
- {
- importlib("stdole32.tlb");
-
- [
- uuid(E1DC1535-1250-11D0-A6AB-00AA00602553),
- helpstring("Lst33 Class")
- ]
- coclass Lst33
- {
- [default] interface ILst33;
- };
-
- };
-