home *** CD-ROM | disk | FTP | other *** search
- // apigid.odl - Exported type library file for apigid32.dll
-
- //[uuid(59BACB70-7EA1-11CE-8632-524153480000),
- // helpstring("Type library for apigid32.dll")]
- // library APIGuide {
- // [dllname("apigid32.dll")]
- // module APIGuide {
- // [entry("ReceivesInteger"), helpstring("Receives an Integer")] short stdcall ReceivesInteger([in] short x);
- // };
- // };
-
- [
- uuid(59BACB70-7EA1-11CE-8632-524153480000),
- //helpfile("C:\WINDOWS\WIN31WH.HLP"),
- //helpcontext(0),
- helpstring("Desaware ApiGid32.DLL Type Library")
- ]
- library APIGuideLibrary
- {
- [
- helpstring("APIGuide library for VB Programmer's Guide to Win32 API"),
- dllname("apigid32.dll")
- ]
- module ApiGid32
- {
- [helpcontext(0),helpstring("Receives an integer."), entry("ReceivesInteger")]
- short _stdcall ReceivesInteger([in] short x);
- [helpstring("Receives a VB string"), entry("ReceivesVBString")]
- void _stdcall ReceivesVBString([in] BSTR *sptr);
- [helpstring("Receives a string"), entry("ReceivesString")]
- void _stdcall ReceivesString([in] LPSTR sptr);
- [helpstring("Receives a string"), entry("ReceivesString")]
- void _stdcall ReceivesStringW([in] BSTR sptr);
-
- };
- [ helpstring ("APIGuide common API function declarations"),
- dllname("kernel32.dll")
- ]
- module ApiKernel32
- {
- [helpstring("Get Windows Version"), entry("GetVersion")]
- short _stdcall GetVersion1();
- [helpstring("Get Windows Version 2"), entry("GetVersion")]
- long _stdcall GetVersion2();
- }
-
- };
-