Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MSDShape.h
Package: SwordOnline.rar [view]
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 1k
Category:
Game Server Simulator
Development Platform:
C/C++
- //-----------------------------------------------------------------------------
- //
- // File: msdshape.h
- //
- // Copyright: Copyright (c) Microsoft Corporation
- //
- // Contents: DataShape provider external constants GUIDS
- // and other things users need
- //
- // Comments:
- //
- //-----------------------------------------------------------------------------
- #ifndef DS_INCLUDED
- #define DS_INCLUDED
- #if (defined DBINITCONSTANTS) | (defined DSINITCONSTANTS)
- extern const CLSID CLSID_DataShapeProvider =
- { 0x3449a1c8, 0xc56c, 0x11d0, { 0xad, 0x72, 0, 0xc0, 0x4f, 0xc2, 0x98, 0x63}};
- extern const CLSID DBPROPSET_MSDSDBINIT =
- { 0x55cb91a8, 0x5c7a, 0x11d1, { 0xad, 0xad, 0, 0xc0, 0x4f, 0xc2, 0x98, 0x63}};
- extern const CLSID DBPROPSET_MSDSSESSION =
- { 0xedf17536, 0xafbf, 0x11d1, { 0x88, 0x47, 0, 0, 0xf8, 0x79, 0xf9, 0x8c}};
- extern const char *PROGID_DataShapeProvider = "MSDataShape";
- extern const char *PROGID_DataShapeProvider_Version = "MSDataShape.1";
- #else
- extern const CLSID CLSID_DataShapeProvider;
- extern const CLSID DBPROPSET_MSDSDBINIT;
- extern const CLSID DBPROPSET_MSDSSESSION;
- extern const char *PROGID_DataShapeProvider;
- extern const char *PROGID_DataShapeProvider_Version;
- #endif // DSINITCONSTANTS | DBINITCONSTANTS
- enum MSDSDBINITPROPENUM
- { DBPROP_MSDS_DBINIT_DATAPROVIDER = 2,
- };
- enum MSDSSESSIONPROPENUM
- { DBPROP_MSDS_SESS_UNIQUENAMES = 2,
- };
- #endif // DS_INCLUDED