Contents of tlh file:
Code:// Created by Microsoft (R) C/C++ Compiler Version 12.00.9782.0 (d7df5201). // // c:\ssroot\faellesindbetaling\common\poaif\poa_if\debug\poahandler.tlh // // C++ source equivalent of Win32 type library ..\poahandler\poahandler\poahandler.tlb // compiler-generated file created 03/22/13 at 09:13:45 - DO NOT EDIT! #pragma once #pragma pack(push, 8) #include <comdef.h> namespace PoaHandler { // // Forward references and typedefs // struct __declspec(uuid("e2b23c88-e9dc-32b7-8c01-a05d04432e4c")) /* dual interface */ IPOA_Handler; struct /* coclass */ POA_Handler; struct __declspec(uuid("a696f4da-3672-3464-bbbd-1516d014fcf9")) /* dual interface */ _POA_Handler; // // Smart pointer typedef declarations // _COM_SMARTPTR_TYPEDEF(IPOA_Handler, __uuidof(IPOA_Handler)); _COM_SMARTPTR_TYPEDEF(_POA_Handler, __uuidof(_POA_Handler)); // // Type library items // struct __declspec(uuid("e2b23c88-e9dc-32b7-8c01-a05d04432e4c")) IPOA_Handler : IDispatch { // // Raw methods provided by interface // virtual HRESULT __stdcall CreatePoaJob ( BSTR POAkoe, BSTR OpgOverskrift, BSTR OpgTekst, BSTR cpr, BSTR cvr, BSTR forsnr, VARIANT_BOOL * pRetVal ) = 0; virtual HRESULT __stdcall FindPoaJob ( ) = 0; }; struct __declspec(uuid("cb06cc60-7080-3e60-9ce8-1b35083442e2")) POA_Handler; // [ default ] interface _POA_Handler // interface _Object // interface IPOA_Handler struct __declspec(uuid("a696f4da-3672-3464-bbbd-1516d014fcf9")) _POA_Handler : IDispatch {}; } // namespace PoaHandler #pragma pack(pop)




Reply With Quote