代码搜索:Component
找到约 10,000 项符合「Component」的源代码
代码结果 10,000
www.eeworm.com/read/169281/9870387
cpp component.cpp
// component.cpp
#include
#include "Component\component.h" // Generated by MIDL
#include "registry.h" // Add This!!!
HINSTANCE g_hInstance;
long g_cComponents = 0;
long g_cServerL
www.eeworm.com/read/169281/9870391
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/9870396
idl component.idl
// component.idl
import "unknwn.idl";
[ object, uuid(10000001-0000-0000-0000-000000000001) ]
interface ISum : IUnknown
{
typedef struct MYTYPE
{
short a;
long b;
} MYTYPE;
HRESULT Sum
www.eeworm.com/read/169281/9870398
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/9870399
dsw component.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/169281/9870407
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/9870409
def component.def
; component.def
LIBRARY component.dll
DESCRIPTION '(c)2000 Guy Eddon'
EXPORTS
DllGetClassObject @1 PRIVATE
DllCanUnloadNow @2 PRIVATE
www.eeworm.com/read/169281/9870410
idl component.idl
// component.idl
import "unknwn.idl";
[ object, uuid(10000001-AAAA-0000-0000-A00000000001),
async_uuid(10000001-AAAA-0000-0000-B00000000001) ] // IID_AsyncIPrime
interface IPrime : IUnknown
{
www.eeworm.com/read/169281/9870413
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/9870421
cpp component.cpp
// component.cpp
#define _WIN32_DCOM
#include
#include
#include
#include
#include
#include "Component\component.h" // Generated by MID