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
seurinfo.idl
Package: SwordOnline.rar [view]
Upload User: dzyhzl
Upload Date: 2019-04-29
Package Size: 56270k
Code Size: 2k
Category:
Game Server Simulator
Development Platform:
C/C++
- //-----------------------------------------------------------------------------
- // File: seurinfo.idl
- //
- // Copyright: Copyright (c) Microsoft Corporation
- //
- // Contents: OLE DB interface definition
- //
- // Comments:
- //
- //-----------------------------------------------------------------------------
- #include "idlmulti.h"
- //
- #if( OLEDBVER >= 0x0200 )
- REMOTED_INTERFACE(0c733aa4-2a1c-11ce-ade5-00aa0044773d)
- #else
- LOCAL_INTERFACE(0c733aa4-2a1c-11ce-ade5-00aa0044773d)
- #endif
- interface ISecurityInfo : IUnknown {
- cpp_quote("//@@@+ V2.1")
- cpp_quote("#if( OLEDBVER >= 0x0210 )")
- typedef DWORD ACCESS_MASK;
- enum ACCESS_MASKENUM {
- PERM_EXCLUSIVE = 0x00000200L,
- PERM_READDESIGN = 0x00000400L,
- PERM_WRITEDESIGN = 0x00000800L,
- PERM_WITHGRANT = 0x00001000L,
- PERM_REFERENCE = 0x00002000L,
- PERM_CREATE = 0x00004000L,
- PERM_INSERT = 0x00008000L,
- PERM_DELETE = 0x00010000L,
- PERM_READCONTROL = 0x00020000L,
- PERM_WRITEPERMISSIONS = 0x00040000L,
- PERM_WRITEOWNER = 0x00080000L,
- PERM_MAXIMUM_ALLOWED = 0x02000000L,
- PERM_ALL = 0x10000000L,
- PERM_EXECUTE = 0x20000000L,
- PERM_READ = 0x80000000L,
- PERM_UPDATE = 0x40000000L,
- PERM_DROP = 0x00000100L,
- };
- cpp_quote("#define PERM_DESIGN PERM_WRITEDESIGN")
- cpp_quote("#endif // OLEDBVER >= 0x0210")
- cpp_quote("//@@@- V2.1")
- HRESULT GetCurrentTrustee(
- [out] TRUSTEE_W** ppTrustee
- );
- HRESULT GetObjectTypes(
- [out] ULONG * cObjectTypes,
- [out] GUID ** rgObjectTypes
- );
- HRESULT GetPermissions(
- [in] GUID ObjectType,
- [out] ACCESS_MASK* pPermissions
- );
- }