代码搜索:Component
找到约 10,000 项符合「Component」的源代码
代码结果 10,000
www.eeworm.com/read/169281/9870045
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/9870048
cpp component.cpp
// component.cpp
#include
#include
#include "Component\component.h" // Generated by MIDL
#include "registry.h" // Need this
HINSTANCE g_hInstance;
long g_cComponents =
www.eeworm.com/read/169281/9870052
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/9870057
idl component.idl
// component.idl
import "unknwn.idl";
[ object, uuid(10000001-0000-0000-0000-000000000001), oleautomation ]
interface ISum : IUnknown
{
typedef [ uuid(10000099-0000-0000-0000-000000000001)] st
www.eeworm.com/read/169281/9870059
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/9870068
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/9870069
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/9870075
idl component.idl
// component.idl
import "unknwn.idl";
import "dispex.idl";
[ object, uuid(10000001-0000-0000-0000-000000000001), dual ]
interface ISum : IDispatchEx
{
[id(1)] HRESULT Sum(int x, int y, [out
www.eeworm.com/read/169281/9870077
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/9870083
cpp component.cpp
// component.cpp
#include
#include
#include "Component\component.h" // Generated by MIDL
#include "registry.h" // Need this
HINSTANCE g_hInstance;
long g_cComponents =