代码搜索:AddIn
找到约 533 项符合「AddIn」的源代码
代码结果 533
www.eeworm.com/read/12863/249383
h addin.h
// [!HeaderName] : Declaration of the [!ClassName]
[!crlf]
[!if=(FileExists, "FALSE")]
#ifndef __[!UpperShortName]_H_
#define __[!UpperShortName]_H_
[!crlf]
#include "resource.h" // main
www.eeworm.com/read/12863/249389
rgs addin.rgs
HKCR
{
[!ProgID] = s '[!TypeName]'
{
CLSID = s '{[!ObjectGUID]}'
}
[!VersionIndependentProgID] = s '[!TypeName]'
{
CLSID = s '{[!ObjectGUID]}'
CurVer = s '[!ProgID]'
}
NoRemove
www.eeworm.com/read/12863/249418
cpp addin.cpp
[!if=(FileExists, "FALSE")]
// [!CPPName] : Implementation of [!ClassName]
#include "stdafx.h"
#include "[!ProjectName].h"
#include "[!HeaderName]"
[!else]
[!AddIncludeFile(TargetFile, "stdafx
www.eeworm.com/read/16910/700851
ico addin.ico
www.eeworm.com/read/16910/700876
h addin.h
// [!HeaderName] : Declaration of the [!ClassName]
[!crlf]
[!if=(FileExists, "FALSE")]
#ifndef __[!UpperShortName]_H_
#define __[!UpperShortName]_H_
[!crlf]
#include "resource.h" // main
www.eeworm.com/read/16910/700878
ctl addin.ctl
[!newguid(InterfaceGUID)]
[!set(ThreadingModel, "Single")]
[!Dialog("Names98", "AddInDlg98")]
[!strcpy(UpperShortName, ShortName)]
[!toupper(UpperShortName)]
[!AddStringToSymbol(HeaderTemplat
www.eeworm.com/read/16910/700892
rgs addin.rgs
HKCR
{
[!ProgID] = s '[!TypeName]'
{
CLSID = s '{[!ObjectGUID]}'
}
[!VersionIndependentProgID] = s '[!TypeName]'
{
CLSID = s '{[!ObjectGUID]}'
CurVer = s '[!ProgID]'
}
NoRemove
www.eeworm.com/read/16910/700905
cpp addin.cpp
[!if=(FileExists, "FALSE")]
// [!CPPName] : Implementation of [!ClassName]
#include "stdafx.h"
#include "[!ProjectName].h"
#include "[!HeaderName]"
[!else]
[!AddIncludeFile(TargetFile, "stdafx
www.eeworm.com/read/26953/859806
ico addin.ico
www.eeworm.com/read/26953/859831
h addin.h
// [!HeaderName] : Declaration of the [!ClassName]
[!crlf]
[!if=(FileExists, "FALSE")]
#ifndef __[!UpperShortName]_H_
#define __[!UpperShortName]_H_
[!crlf]
#include "resource.h" // main