Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Simple1.tli
Package: comp5.rar [view]
Upload User: sz6275
Upload Date: 2022-06-17
Package Size: 80k
Code Size: 1k
Category:
ActiveX-DCOM-ATL
Development Platform:
Visual C++
- // Created by Microsoft (R) C/C++ Compiler Version 12.00.9782.0 (0c49bd0d).
- //
- // Simple1.tli
- //
- // Wrapper implementations for Win32 type library ..Simple1Simple1.tlb
- // compiler-generated file created 07/07/05 at 20:29:50 - DO NOT EDIT!
- #pragma once
- //
- // interface IFun wrapper method implementations
- //
- inline long IFun::Add ( long n1, long n2 ) {
- long _result;
- HRESULT _hr = raw_Add(n1, n2, &_result);
- if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
- return _result;
- }
- inline _bstr_t IFun::Cat ( _bstr_t s1, _bstr_t s2 ) {
- BSTR _result;
- HRESULT _hr = raw_Cat(s1, s2, &_result);
- if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
- return _bstr_t(_result, false);
- }