代码搜索:Component
找到约 10,000 项符合「Component」的源代码
代码结果 10,000
www.eeworm.com/read/169281/9869386
rc component.rc
// component.rc
1 TYPELIB "Component\component.tlb"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFL
www.eeworm.com/read/169281/9869419
idl component.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/9869421
dsp component.dsp
# Microsoft Developer Studio Project File - Name="Component" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/169281/9869446
rc component.rc
// component.rc
1 TYPELIB "Component\component.tlb"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFL
www.eeworm.com/read/169281/9869448
def component.def
; component.def
LIBRARY component.dll
DESCRIPTION '(c)1999 Guy Eddon'
EXPORTS
DllGetClassObject @1 PRIVATE
DllCanUnloadNow @2 PRIVATE
www.eeworm.com/read/169281/9869452
reg component.reg
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{10000002-0000-0000-0000-000000000001}]
@="Inside COM+: In Process Component"
[HKEY_CLASSES_ROOT\CLSID\{10000002-0000-0000-0000-000000000001}\InprocServer32]
www.eeworm.com/read/169281/9869468
def component.def
; component.def
LIBRARY component.dll
DESCRIPTION '(c)1997 Guy Eddon'
EXPORTS
DllGetClassObject @2 PRIVATE
DllCanUnloadNow @3 PRIVATE
www.eeworm.com/read/169281/9869477
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);
}
www.eeworm.com/read/169281/9869481
dsp component.dsp
# Microsoft Developer Studio Project File - Name="Component" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/169281/9869491
cpp component.cpp
// component.cpp
#include
#include "component\component.h" // Generated by MIDL
#include "registry.h" // Add This!!!
// {10000002-0000-0000-0000-000000000001}
const CLSID CLSID_Ins