📄 hxiids.h
字号:
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: hxiids.h,v 1.40.2.8 2004/10/25 21:13:19 gwright Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, * are subject to the current version of the RealNetworks Public * Source License (the "RPSL") available at * http://www.helixcommunity.org/content/rpsl unless you have licensed * the file under the current version of the RealNetworks Community * Source License (the "RCSL") available at * http://www.helixcommunity.org/content/rcsl, in which case the RCSL * will apply. You may also obtain the license terms directly from * RealNetworks. You may not use this file except in compliance with * the RPSL or, if you have a valid RCSL with RealNetworks applicable * to this file, the RCSL. Please see the applicable RPSL or RCSL for * the rights, obligations and limitations governing use of the * contents of the file. * * Alternatively, the contents of this file may be used under the * terms of the GNU General Public License Version 2 or later (the * "GPL") in which case the provisions of the GPL are applicable * instead of those above. If you wish to allow use of your version of * this file only under the terms of the GPL, and not to allow others * to use your version of this file under the terms of either the RPSL * or RCSL, indicate your decision by deleting the provisions above * and replace them with the notice and other provisions required by * the GPL. If you do not delete the provisions above, a recipient may * use your version of this file under the terms of any one of the * RPSL, the RCSL or the GPL. * * This file is part of the Helix DNA Technology. RealNetworks is the * developer of the Original Code and owns the copyrights in the * portions it created. * * This file, and the files included with this file, is distributed * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET * ENJOYMENT OR NON-INFRINGEMENT. * * Technology Compatibility Kit Test Suite(s) Location: * http://www.helixcommunity.org/content/tck * * Contributor(s): * * ***** END LICENSE BLOCK ***** *//**************************************************************************** * * Exhaustive list of IID's used in IHX interfaces * * Note: These IIDs generally are duplicated in the headers that are specific * to each interface, so if you change this file, change the other file(s) as * well. Having all these IIDS in one files is convenient to some folks, but * not everyone includes this file, hence the need to keep them in individual * files as well. */#ifndef _HXIIDS_H_#define _HXIIDS_H_/* * File: * hxcom.h * Description: * Interfaces defined by COM. * Interfaces: * IID_IUnknown: {00000000-0000-0000-C000000000000046} * IID_IMalloc: {00000002-0000-0000-C000000000000046} */ /* * These GUIDs are defined in hxcom.h: * * DEFINE_GUID_ENUM(IID_IUnknown, 0x00000000, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46) * DEFINE_GUID_ENUM(IID_IMalloc, 0x00000002, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46) * *//* * File: * hxcomm.h * Description: * RealMedia Common Utility interfaces * Interfaces: * IID_IHXCommonClassFactory: {00000000-0901-11d1-8B06-00A024406D59} * IID_IHXStatistics: {00000001-0901-11d1-8B06-00A024406D59} * IID_IHXRegistryID: {00000002-0901-11d1-8B06-00A024406D59} * IID_IHXServerFork: {00000003-0901-11d1-8B06-00A024406D59} * IID_IHXServerControl: {00000004-0901-11d1-8B06-00A024406D59} * IID_IHXServerControl2: {00000005-0901-11d1-8B06-00A024406D59} * IID_IHXReconfigServerResponse: {00000006-0901-11d1-8B06-00A024406D59}// $Private: * IID_IHXFastAlloc: {0000000a-0901-11d1-8B06-00A024406D59} * IID_IHXAccurateClock: {0000000b-0901-11d1-8B06-00A024406D59}// $EndPrivate. */#ifndef _HXCCF_H_DEFINE_GUID_ENUM(IID_IHXCommonClassFactory, 0x00000000, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)#endif /* _HXCCF_H_ */#ifndef _HXCOMM_H_DEFINE_GUID_ENUM(IID_IHXStatistics, 0x00000001, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXRegistryID, 0x00000002, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXServerFork, 0x00000003, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXServerControl, 0x00000004, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXServerControl2, 0x00000005, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXReconfigServerResponse, 0x00000006, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXServerReconfigNotification, 0x00000007, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXWantServerReconfigNotification, 0x00000008, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)// $Private:DEFINE_GUID_ENUM(IID_IHXResolverExec, 0x00000009, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)// $Private:DEFINE_GUID_ENUM(IID_IHXFastAlloc, 0x0000000a, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXAccurateClock, 0x0000000b, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)// $EndPrivate.#endif/* * File: * hxengin.h * Description: * Interfaces related to callbacks, networking, and scheduling. * Interfaces: * IID_IHXCallback: {00000100-0901-11d1-8B06-00A024406D59} * IID_IHXScheduler: {00000101-0901-11d1-8B06-00A024406D59} * IID_IHXTCPResponse: {00000102-0901-11d1-8B06-00A024406D59} * IID_IHXTCPSocket: {00000103-0901-11d1-8B06-00A024406D59} * IID_IHXListenResponse: {00000104-0901-11d1-8B06-00A024406D59} * IID_IHXListenSocket: {00000105-0901-11d1-8B06-00A024406D59} * IID_IHXNetworkServices: {00000106-0901-11d1-8B06-00A024406D59} * IID_IHXUDPResponse: {00000107-0901-11d1-8B06-00A024406D59} * IID_IHXUDPSocket: {00000108-0901-11d1-8B06-00A024406D59} * IID_IHXResolver: {00000109-0901-11d1-8B06-00A024406D59} * IID_IHXResolverResponse: {0000010A-0901-11d1-8B06-00A024406D59} * IID_IHXInterruptSafe: {0000010B-0901-11d1-8B06-00A024406D59} * IID_IHXAsyncIOSelection: {0000010C-0901-11d1-8B06-00A024406D59} * IID_IHXUDPMulticastInit: {0000010D-0901-11d1-8B06-00A024406D59} * IID_IHXInterruptState: {0000010E-0901-11d1-8B06-00A024406D59} * IID_IHXOptimizedScheduler: {0000010F-0901-11d1-8B06-00A024406D59} * IID_IHXLoadBalancedListen: {00000110-0901-11d1-8B06-00A024406D59} * IID_IHXOverrideDefaultServices: {00000111-0901-11d1-8B06-00A024406D59} * IID_IHXHTTPPostObject: {00000112-0901-11d1-8B06-00A024406D59} * IID_IHXHTTPPostResponse: {00000113-0901-11d1-8B06-00A024406D59} * IID_IHXSetSocketOption: {00000114-0901-11d1-8B06-00A024406D59} * IID_IHXThreadSafeMethods: {00000115-0901-11d1-8B06-00A024406D59} * IID_IHXMutex: {00000116-0901-11d1-8B06-00A024406D59} * IID_IHXNetworkInterfaceEnumerator{00000121-0901-11d1-8B06-00A024406D59} * IID_IHXUDPConnectedSocket {0000012A-0901-11d1-8B06-00A024406D59}// $Private: * IID_IHXFastPathNetWrite: {00000117-0901-11d1-8B06-00A024406D59} * IID_IHXWouldBlockResponse: {00000118-0901-11d1-8B06-00A024406D59} * IID_IHXWouldBlock: {00000119-0901-11d1-8B06-00A024406D59} * IID_IHXThreadSafeScheduler:{00000120-0901-11d1-8B06-00A024406D59} * IID_IHXProcess: {00000122-0901-11d1-8B06-00A024406D59} * IID_IHXProcessEntryPoint: {00000123-0901-11d1-8B06-00A024406D59} * IID_IHXSharedUDPServices: {00000124-0901-11d1-8B06-00A024406D59} * IID_IHXThreadLocal: {00000125-0901-11d1-8B06-00A024406D59} * IID_IHXMemoryServices: {00000126-0901-11d1-8B06-00A024406D59} * IID_IHXNetInterfaces: {00000128-0901-11d1-8B06-00A024406D59} * IID_IHXNetInterfacesAdviseSink: {00000129-0901-11d1-8B06-00A024406D59}// $EndPrivate. * */#ifndef _HXENGIN_H_DEFINE_GUID_ENUM(IID_IHXCallback, 0x00000100, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXScheduler, 0x00000101, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXTCPResponse, 0x00000102, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXTCPSocket, 0x00000103, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXListenResponse, 0x00000104, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXListenSocket, 0x00000105, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXNetworkServices, 0x00000106, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXNetworkServices2, 0x17951551, 0x5683, 0x11d3, 0xb6, 0xba, 0x0, 0xc0, 0xf0, 0x31, 0xc2, 0x37)DEFINE_GUID_ENUM(IID_IHXUDPResponse, 0x00000107, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXUDPSocket, 0x00000108, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXResolver, 0x00000109, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXResolverResponse, 0x0000010A, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXInterruptSafe, 0x0000010B, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXAsyncIOSelection, 0x0000010C, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXUDPMulticastInit, 0x0000010D, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXInterruptState, 0x0000010E, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXOptimizedScheduler, 0x0000010F, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXLoadBalancedListen, 0x00000110, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXOverrideDefaultServices, 0x00000111, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXSetSocketOption, 0x00000114, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXThreadSafeMethods, 0x00000115, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXMutex, 0x00000116, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXNetworkInterfaceEnumerator,0x00000121, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXUDPConnectedSocket, 0x0000012a, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)// $Private:DEFINE_GUID_ENUM(IID_IHXFastPathNetWrite, 0x00000117, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXWouldBlockResponse, 0x00000118, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXWouldBlock, 0x00000119, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXThreadSafeScheduler,0x00000120, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXProcess, 0x00000122, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXProcessEntryPoint, 0x00000123, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXSharedUDPServices, 0x00000124, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXThreadLocal, 0x00000125, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXMemoryServices, 0x00000126, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXSetPrivateSocketOption,0x00000127, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXNetInterfaces, 0x00000128, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXNetInterfacesAdviseSink, 0x00000129, 0x901, 0x11d1, 0x8b, 0x6, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x59)DEFINE_GUID_ENUM(IID_IHXSSL, 0x34e171d4, 0xa8f0, 0x4832, 0xbc, 0x7d, 0x06, 0xdf, 0xe3, 0xae, 0x58, 0xfd)DEFINE_GUID_ENUM(IID_IHXTCPSecureSocket, 0x00000203, 0x911, 0x21d1, 0x8c, 0x4, 0x0, 0xa0, 0x24, 0x40, 0x6d, 0x54)// $EndPrivate.#endif/* * File: * hxfiles.h * Description: * Interfaces related to file systems. * Interfaces: * IID_IHXFileObject: {00000200-0901-11d1-8B06-00A024406D59} * IID_IHXFileObjectExt: {96dd5eb5-7efd-4084-95cd-4d192a9036af} * IID_IHXFileResponse: {00000201-0901-11d1-8B06-00A024406D59} * IID_IHXAdvise: {43C3A3B8-8F76-4394-A4F8-07AA9091A0CA} * IID_IHXFileSystemObject: {00000202-0901-11d1-8B06-00A024406D59} * IID_IHXDirObject: {00000203-0901-11d1-8B06-00A024406D59} * IID_IHXDirResponse: {00000204-0901-11d1-8B06-00A024406D59} * IID_IHXFileStat: {00000205-0901-11d1-8B06-00A024406D59} * IID_IHXFileStatResponse: {00000206-0901-11d1-8B06-00A024406D59} * IID_IHXFileSystemManager: {00000207-0901-11d1-8B06-00A024406D59} * IID_IHXFileSystemManagerResponse:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -