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
RemoteActivation.idl
Package: vxwork_src.rar [view]
Upload User: nvosite88
Upload Date: 2007-01-17
Package Size: 4983k
Code Size: 1k
Category:
VxWorks
Development Platform:
C/C++
- /* RemoteActivation.idl - DCOM protocol */
- /* Copyright (c) 2000, Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,18feb00,dbs created
- */
- cpp_quote("/* Copyright (c) 2000 Wind River Systems, Inc. */")
- import "orpc.idl";
- [
- uuid(4d9f4ab8-7d1c-11cf-861e-0020af6e7c57),
- pointer_default(unique)
- ]
- interface IRemoteActivation
- {
- cpp_quote ("#define MODE_GET_CLASS_OBJECT 0xffffffff")
- HRESULT RemoteActivation
- (
- [in] ORPCTHIS* pORPCthis,
- [out] ORPCTHAT* pORPCthat,
- [in] GUID * pClsid,
- [in, string, unique] WCHAR* pwszObjectName,
- [in, unique] MInterfacePointer* pObjectStorage,
- [in] DWORD clientImpLevel,
- [in] DWORD mode,
- [in] DWORD nItfs,
- [in,unique,size_is(nItfs)] IID* pIIDs,
- [in] unsigned short cReqProtseqs,
- [in, size_is(cReqProtseqs)] USHORT reqProtseqs[],
- [out] OXID* pOxid,
- [out] DUALSTRINGARRAY** ppdsaOxidBindings,
- [out] IPID* pipidRemUnknown,
- [out] DWORD* pAuthnHint,
- [out] COMVERSION* pServerVersion,
- [out] HRESULT* phr,
- [out,size_is(nItfs)] MInterfacePointer* ppInterfaceData[],
- [out,size_is(nItfs)] HRESULT* pResults
- );
- }