代码搜索:sql server
找到约 10,000 项符合「sql server」的源代码
代码结果 10,000
www.eeworm.com/read/269943/11053973
idl server.idl
//
// Server.idl - IDL source for Server.dll
//
// MIDL generates proxy/stub code and a type library from this file.
//
//
// Interface descriptions
//
import "unknwn.idl" ;
// Interface
www.eeworm.com/read/269943/11053976
dll server.dll
www.eeworm.com/read/269943/11053986
exe server.exe
www.eeworm.com/read/269943/11053987
tlb server.tlb
www.eeworm.com/read/269943/11053989
ico server.ico
www.eeworm.com/read/269943/11053992
def server.def
LIBRARY Server.dll
DESCRIPTION 'Chapter 11, Example COM Server (c)1996-1997 Dale E. Rogerson'
EXPORTS
DllGetClassObject @2 PRIVATE
DllCanUnloadNow
www.eeworm.com/read/269943/11053993
rc server.rc
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// rema
www.eeworm.com/read/269943/11053999
cpp server.cpp
#include "CFactory.h"
#include "Iface.h"
#include "Cmpnt.h"
///////////////////////////////////////////////////////////
//
// Server.cpp
//
// This file contains the component server code.
/
www.eeworm.com/read/269943/11054007
idl server.idl
//
// Server.idl - IDL source for Server.dll
//
// This file will be processed by the MIDL compiler to
// produce the type library (Server.tlb) and marshaling code.
//
// Interface IX
[
obj
www.eeworm.com/read/269943/11054013