代码搜索:InsideCOM
找到约 73 项符合「InsideCOM」的源代码
代码结果 73
www.eeworm.com/read/169281/9869318
cpp easyclient.cpp
// easyclient.cpp
#define _WIN32_DCOM
#import "component\debug\component.dll" no_namespace
#include
void main()
{
CoInitializeEx(NULL, COINIT_APARTMENTTHREADED);
ISumPtr myRef(
www.eeworm.com/read/169281/9869713
idl component.idl
// component.idl
import "unknwn.idl";
[ object, uuid(10000001-0000-0000-0000-000000000001) ]
interface ISum : IUnknown
{
HRESULT Sum(int x, int y, [out, retval] int* retval);
}
[ uuid(1000
www.eeworm.com/read/169281/9869844
idl comp.idl
// component.idl
import "unknwn.idl";
[ object, uuid(10000001-0000-0000-0000-000000000001),
oleautomation ]
interface ISum : IUnknown
{
HRESULT Sum(int x, int y, [out, retval] int* retval);
www.eeworm.com/read/169281/9869913
vbr component.vbr
VB5SERVERINFO
VERSION=1.0.0
HKEY_CLASSES_ROOT\Component.InsideCOM = Component.InsideCOM
HKEY_CLASSES_ROOT\Component.InsideCOM\CLSID = {2652CA66-D6CF-11D2-BB51-006097B5EAFC}
HKEY_CLASSES_ROOT\CLSID
www.eeworm.com/read/169281/9870505
frm vbpersistclient.frm
VERSION 5.00
Begin VB.Form Form1
AutoRedraw = -1 'True
Caption = "Form1"
ClientHeight = 2496
ClientLeft = 48
ClientTop = 336
ClientWidth
www.eeworm.com/read/169281/9869265
cpp smartpointerclient.cpp
// smartpointerclient.cpp
#include
#include
#include "Component\component.h" // Generated by MIDL
void main()
{
CoInitialize(NULL);
_COM_SMARTPTR_TYPEDEF(ISum, IID_I
www.eeworm.com/read/169281/9869296
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TestATL.rc
//
#define IDS_PROJNAME 100
#define IDR_INSIDECOM 101
//
www.eeworm.com/read/169281/9869958
html client.html
HELLO THERE
This is a VBScript sample that uses the Component.InsideCOM object.
VBScript will talk only to a component using IDispatch.
Here we g
www.eeworm.com/read/169281/9870011
html client.html
HELLO THERE
This is a VBScript sample that uses the Component.InsideCOM object.
VBScript will talk only to a component using IDispatch.
Here we g